Changeset 4833 in orxonox.OLD for orxonox/trunk/src/util
- Timestamp:
- Jul 11, 2005, 5:46:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/track/track_manager.h
r4746 r4833 29 29 30 30 //! The default Curve-Type to set for the whole path (if not chosen otherwise). 31 #define TMAN_DEFAULT_CURVETYPE CURVE_BEZIER31 #define TMAN_DEFAULT_CURVETYPE CURVE_BEZIER 32 32 //! A default value for the duration for each TrackElement 33 #define TMAN_DEFAULT_DURATION 1033 #define TMAN_DEFAULT_DURATION 10 34 34 //! A default width for the width of a TrackElement 35 #define TMAN_DEFAULT_WIDTH 1035 #define TMAN_DEFAULT_WIDTH 10 36 36 37 37 //! A Graph-Element, that holds the curve-structure of a Level.
Note: See TracChangeset
for help on using the changeset viewer.