Changeset 10554 in orxonox.OLD for trunk/src/world_entities/environments/rotor.cc
- Timestamp:
- Jan 31, 2007, 11:21:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/environments/rotor.cc
r10553 r10554 71 71 72 72 73 this->setAbsDir( this->mainDir*Quaternion(rotation.x*this->totalTime, Vector(1,0,0)) *73 this->setAbsDir(/*this->mainDir**/Quaternion(rotation.x*this->totalTime, Vector(1,0,0)) * 74 74 Quaternion(rotation.y*this->totalTime, Vector(0,1,0)) * 75 75 Quaternion(rotation.z*this->totalTime, Vector(0,0,1)));
Note: See TracChangeset
for help on using the changeset viewer.