Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2551 in orxonox.OLD for orxonox/trunk/src/track.h


Ignore:
Timestamp:
Oct 11, 2004, 12:53:43 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all

File:
1 edited

Legend:

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

    r2190 r2551  
    1111//!     The Red Line through a level
    1212/**
    13         Handles level boundaries, bound movement mapping, camera placement and scripting.
    14         To create special levels with special camera movement, rules or whatever, derive from this base class.
     13   Handles level boundaries, bound movement mapping, camera placement and scripting.
     14   To create special levels with special camera movement, rules or whatever, derive from this base class.
    1515*/
    1616class Track
    1717{
    1818 private:
    19         Uint32 ID;
    20         Vector* offset;
    21         Vector* end;
    22         Uint32 nextID;
     19  Uint32 ID;
     20  Vector* offset;
     21  Vector* end;
     22  // Vector* direction; // unity direction vector: it is costy to always recalculate it
     23  //Vector* up; // direction where up is ment to be - diffuse in space, eh?
     24  //Vector* traverse; // right-left
     25  Uint32 nextID;
     26 
    2327       
    2428 public:
Note: See TracChangeset for help on using the changeset viewer.