- Timestamp:
- Jul 25, 2006, 3:56:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/turbine_hover.cc
r9456 r9457 295 295 296 296 // spaceship controlled movement 297 298 // TRYING TO FIX PNode. 299 //this->cameraNode.setRelCoor(Vector(0.0f, 5.0f, 0.0f));//, 30.0f); 300 //this->cameraNode.setRelDir(Quaternion(this->smoothRotator *10.0, Vector(0,1,0))); 301 297 302 this->movement(dt); 298 303 this->rotorCycle += this->rotorSpeed * dt; 299 300 // TRYING TO FIX PNode.301 //this->cameraNode.setAbsCoor(this->getAbsCoor() + Vector(0.0f, 5.0f, 0.0f));//, 30.0f);302 //this->cameraNode.setAbsDir(this->getAbsDir());//, 30.0f);303 304 } 304 305
Note: See TracChangeset
for help on using the changeset viewer.