Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3386 in orxonox.OLD for orxonox/branches/old.dave/src/track.cc


Ignore:
Timestamp:
Jan 29, 2005, 2:25:46 PM (20 years ago)
Author:
dave
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/old.dave/src/track.cc

    r3279 r3386  
    7676  //    camplc->w = Quaternion (trace.a, Vector(0,0,1));
    7777  float r = (lookat->dist)*PI / l;
    78   camplc->r = trace.r + (trace.a * ((lookat->dist-18.0) / l)) + Vector(0,0,12.0);
     78  camplc->r = trace.r + (trace.a * ((lookat->dist-18.0) / l)) + Vector(0,0,5.0);
    7979 
    8080  Vector w(0.0,0.0,0.0);
Note: See TracChangeset for help on using the changeset viewer.