Changeset 6722 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships
- Timestamp:
- Jan 25, 2006, 5:24:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/helicopter.cc
r6717 r6722 142 142 143 143 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); 145 145 146 146 … … 521 521 522 522 523 if ((this->cameraNode.getAbsDirY()).y < 0. 8)523 if ((this->cameraNode.getAbsDirY()).y < 0.5) 524 524 { 525 525 if((this->cameraNode.getAbsDirX()).y > 0) 526 526 { 527 if(yMouse > 0) this->cameraNode.shiftDir(yDir); ;527 if(yMouse > 0) this->cameraNode.shiftDir(yDir); 528 528 } 529 529 else 530 530 { 531 if(yMouse < 0) this->cameraNode.shiftDir(yDir); ;531 if(yMouse < 0) this->cameraNode.shiftDir(yDir); 532 532 } 533 533 }
Note: See TracChangeset
for help on using the changeset viewer.