Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10554 in orxonox.OLD


Ignore:
Timestamp:
Jan 31, 2007, 11:21:11 AM (17 years ago)
Author:
bknecht
Message:

reverted change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/rotor.cc

    r10553 r10554  
    7171
    7272
    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)) *
    7474                    Quaternion(rotation.y*this->totalTime, Vector(0,1,0)) *
    7575                    Quaternion(rotation.z*this->totalTime, Vector(0,0,1)));
Note: See TracChangeset for help on using the changeset viewer.