Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 25, 2004, 3:03:04 PM (19 years ago)
Author:
dave
Message:

branches/old.dave: Die Neigung des Raumschiffes ist jetzt nicht mehr so stark, und jetzt kann man auch 2 Tasten aufs mal drücken, ohne dass das Raumschiffsche jedes mal anhält:)

File:
1 edited

Legend:

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

    r2636 r3279  
    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-10.0) / l)) + Vector(0,0,5.0);
     78  camplc->r = trace.r + (trace.a * ((lookat->dist-18.0) / l)) + Vector(0,0,12.0);
    7979 
    8080  Vector w(0.0,0.0,0.0);
Note: See TracChangeset for help on using the changeset viewer.