Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3540 in orxonox.OLD for orxonox/trunk/src


Ignore:
Timestamp:
Mar 14, 2005, 12:39:15 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now, the flyer follows the track exactly (almost).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/track_manager.cc

    r3539 r3540  
    663663
    664664      Vector v(0.0, 1.0, 0.0);
    665       Quaternion q(-90.0, v);
     665      Quaternion q(-1.57, v);
    666666      //this->relDirection = this->relDirection * q;
    667667      quat = quat * q;
Note: See TracChangeset for help on using the changeset viewer.