Changeset 6966 for code/branches/rocket2/src/orxonox
- Timestamp:
- May 26, 2010, 4:28:14 PM (15 years ago)
- Location:
- code/branches/rocket2/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket2/src/orxonox/controllers/DroneController.cc
r6951 r6966 72 72 // - rotatePitch, rotateYaw, rotateRoll 73 73 // - apply the to myDrone (e.g. myDrone->rotateYaw(..) ) 74 myDrone->rotatePitch(0.08);75 myDrone->moveFrontBack(1);74 //myDrone->rotatePitch(0.08); 75 //myDrone->moveFrontBack(1); 76 76 77 77 } -
code/branches/rocket2/src/orxonox/graphics/Model.cc
r6942 r6966 149 149 150 150 //Generiert LOD-Levels 151 this->mesh_.getEntity()->getMesh()->generateLodLevels(distList, Ogre::ProgressiveMesh::VRQ_PROPORTIONAL, reductionValue);151 //this->mesh_.getEntity()->getMesh()->generateLodLevels(distList, Ogre::ProgressiveMesh::VRQ_PROPORTIONAL, reductionValue); 152 152 } 153 153 else
Note: See TracChangeset
for help on using the changeset viewer.