Changeset 10519 in orxonox.OLD for trunk/src/world_entities/environments
- Timestamp:
- Jan 30, 2007, 9:51:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environments/rotor.cc
r10280 r10519 30 30 { 31 31 this->registerObject(this, Rotor::_objectList); 32 this->toList(OM_ GROUP_00);33 32 this->toList(OM_ENVIRON); 33 34 34 //PRINTF(0)("loading Rotor"); 35 35 … … 63 63 { 64 64 this->shiftDir(Quaternion(rotation.x*dt, Vector(1,0,0)) * Quaternion(rotation.y*dt, Vector(0,1,0)) * Quaternion(rotation.z*dt, Vector(0,0,1))); 65 65 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.