Changeset 3717 in orxonox.OLD for orxonox/trunk/src/simple_animation.h
- Timestamp:
- Apr 4, 2005, 9:59:00 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/simple_animation.h
r3573 r3717 16 16 17 17 18 typedef enum movementMode{LINEAR=0, EXP, NEG_EXP, SIN, COS };18 typedef enum movementMode{LINEAR=0, EXP, NEG_EXP, SIN, COS, QUADRATIC}; 19 19 20 20 … … 63 63 private: 64 64 bool bPause; //<! is set, when there is a pause 65 tList<KeyFrame>* frames; //<! where keyframes are stored in 65 tList<KeyFrame>* frames; //<! where keyframes are stored in 66 KeyFrame* currentFrame; //<! the frame that is been played now 67 movementMode mode; //<! this is an enum of the mode, how the speed is distributed 66 68 float localTime; 67 69 PNode* parent;
Note: See TracChangeset
for help on using the changeset viewer.