Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 10, 2007, 2:19:25 PM (17 years ago)
Author:
bknecht
Message:

track updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/util/track/track.cc

    r10097 r10209  
    196196     {
    197197       Vector tmp = this->calcPos();
    198        Quaternion quat = Quaternion(this->calcDir(), Vector(this->curve->calcAcc(this->localTime/this->duration).x,1,this->curve->calcAcc(this->localTime/this->duration).z));
     198       //Quaternion quat = Quaternion(this->calcDir(), Vector(this->curve->calcAcc(this->localTime/this->duration).x,1,this->curve->calcAcc(this->localTime/this->duration).z));
     199       Quaternion quat = Quaternion(this->calcDir(), 0);
    199200
    200201       Vector v(0.0, 1.0, 0.0);
Note: See TracChangeset for help on using the changeset viewer.