Changeset 7003 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Feb 3, 2006, 2:55:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/turbine_hover.cc
r7001 r7003 121 121 this->cameraNode.addNodeFlags(PNODE_PROHIBIT_CHILD_DELETE); 122 122 //this->cameraNode.setParentMode(PNODE_ROTATE_MOVEMENT); 123 this->cameraNode.setParent(this);123 //this->cameraNode.setParent(this); 124 124 125 125 // rotors … … 273 273 274 274 // TRYING TO FIX PNode. 275 /* this->cameraNode.setAbsCoorSoft(this->getAbsCoor() + Vector(0,5,0), 30); 276 this->cameraNode.setAbsDirSoft(this->getAbsDir(), 30);*/ 275 this->cameraNode.setAbsCoorSoft(this->getAbsCoor() + Vector(0.0f, 5.0f, 0.0f), 30.0f); 276 this->cameraNode.setRelDirSoft(this->getAbsDir(), 30.0f); 277 this->cameraNode.getAbsDir().debug(); 277 278 } 278 279
Note: See TracChangeset
for help on using the changeset viewer.