Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 5:24:34 PM (19 years ago)
Author:
bknecht
Message:

Control: minor changes on helicopter crosshair

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/helicopter.cc

    r6717 r6722  
    142142 
    143143  this->loadModel("models/ships/rotor.obj",1.0,3);
    144   this->loadModel("models/ships/rotor.obj",0.15,4);
     144  this->loadModel("models/ships/rotor.obj",0.2,4);
    145145
    146146
     
    521521
    522522   
    523     if ((this->cameraNode.getAbsDirY()).y < 0.8)
     523    if ((this->cameraNode.getAbsDirY()).y < 0.5)
    524524    {
    525525     if((this->cameraNode.getAbsDirX()).y > 0)
    526526     {
    527         if(yMouse > 0) this->cameraNode.shiftDir(yDir);;
     527        if(yMouse > 0) this->cameraNode.shiftDir(yDir);
    528528     }
    529529     else
    530530     {
    531          if(yMouse < 0) this->cameraNode.shiftDir(yDir);;
     531         if(yMouse < 0) this->cameraNode.shiftDir(yDir);
    532532     }
    533533    }
Note: See TracChangeset for help on using the changeset viewer.