Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3010 in orxonox.OLD for orxonox/branches/bezierTrack/src/track.h


Ignore:
Timestamp:
Nov 27, 2004, 1:05:47 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: moveing possible (strange Camera-behaviour)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bezierTrack/src/track.h

    r2636 r3010  
    2020  Vector* offset;
    2121  Vector* end;
     22  BezierCurve curve;
    2223  // Vector* direction; // unity direction vector: it is costy to always recalculate it
    2324  //Vector* up; // direction where up is ment to be - diffuse in space, eh?
     
    2526  Uint32 nextID;
    2627 
     28  Track* next;
     29  Track* previous;
    2730       
    2831 public:
    2932  Track ();
    30   Track (Uint32 number, Uint32 next, Vector* start, Vector* finish);
     33 
    3134  ~Track ();
    3235  virtual void init();
     36
     37  void addPoint (Vector& point);
     38  void addHotPoint (Vector& hotPoint);
    3339 
    3440  virtual void post_enter (WorldEntity* entity);        // handle coordinate transition in here !!! (when dist < 0 or dist > lasttracklenght)
Note: See TracChangeset for help on using the changeset viewer.