Changeset 3596 in orxonox.OLD for orxonox/trunk/src/track_manager.h
- Timestamp:
- Mar 17, 2005, 6:03:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/track_manager.h
r3594 r3596 22 22 #define TMAN_DEFAULT_CURVETYPE BEZIERCURVE 23 23 #define TMAN_DEFAULT_DURATION 10 24 24 #define TMAN_DEFAULT_WIDTH 10 25 25 26 26 //! A Graph-Element, that holds the curve-structure of a Level. … … 54 54 float endTime; //!< The time at which this Track ends. 55 55 float jumpTime; //!< The Time this Track has to jump to its preceding Track (only >0 if Track isJoined==true) 56 float width; //!< Th width of the Path. This tells the Player(s), how far he(they) can go to the left/right. 56 57 int nodeCount; //!< The count of points this TrackElement has. 57 58 Curve* curve; //!< The Curve of this TrackElement … … 166 167 inline Vector calcPos(void) const; 167 168 inline Vector calcDir(void) const; 169 float getWidth(void) const; 168 170 void tick(float dt); 169 171 void jumpTo(float time);
Note: See TracChangeset
for help on using the changeset viewer.