Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 26, 2004, 11:32:45 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/src: reverted these two files

Location:
orxonox/trunk/src
Files:
2 edited

Legend:

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

    r3004 r3005  
    1313   ### File Specific:
    1414   main-programmer: Christian Meyer
    15    co-programmer: Benjamin Grauer
     15   co-programmer: ...
    1616*/
    1717
     
    7575  //    camplc->r = *offset + Vector(0,0,0.5);
    7676  //    camplc->w = Quaternion (trace.a, Vector(0,0,1));
    77   //  float r = (lookat->dist)*PI / l;
     77  float r = (lookat->dist)*PI / l;
    7878  camplc->r = trace.r + (trace.a * ((lookat->dist-10.0) / l)) + Vector(0,0,5.0);
    7979 
     
    111111        if( loc->dist > l)
    112112        {
    113                 loc->dist -= l;
     113                loc->dist -= l;
    114114                loc->part = nextID;
    115115                //FIXME: loc->track = this;
  • orxonox/trunk/src/world.cc

    r3004 r3005  
    428428    }
    429429
    430   //  for( int i = 0; i < tracklen; i++) track[i].tick (seconds);
     430  for( int i = 0; i < tracklen; i++) track[i].tick (seconds);
    431431}
    432432
Note: See TracChangeset for help on using the changeset viewer.