Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 30, 2004, 2:50:59 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/bezierTrack: now Camera follows Path. heavy cleanUp of not used stuff like elyptical Camera and so on…

File:
1 edited

Legend:

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

    r3018 r3028  
    1515   To create special levels with special camera movement, rules or whatever, derive from this base class.
    1616*/
    17 class Track
     17class Track : public Coordinate
    1818{
    1919 private:
     
    2222  Vector* end;
    2323  BezierCurve curve;
     24
     25  float mainTime;
    2426  // Vector* direction; // unity direction vector: it is costy to always recalculate it
    2527  //Vector* up; // direction where up is ment to be - diffuse in space, eh?
     
    3941  void addHotPoint (Vector hotPoint);
    4042 
     43  Vector getPos(void);
    4144  Vector getPos(float t);
     45  Vector getDir (void);
    4246  Vector getDir (float t);
     47  Quaternion getQuat (void);
     48  Quaternion getQuat (float t);
     49  Coord getCoord (void);
     50  Coord getCoord (float t);
    4351
    4452 
Note: See TracChangeset for help on using the changeset viewer.