Changeset 3752 in orxonox.OLD for orxonox/trunk/src/simple_animation.h
- Timestamp:
- Apr 7, 2005, 10:13:42 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/simple_animation.h
r3750 r3752 67 67 public: 68 68 static SimpleAnimation* getInstance(); 69 virtual ~SimpleAnimation(); 69 70 70 71 void animatorBegin(); … … 74 75 void addKeyFrame(Vector* point, Quaternion* direction, float time, movementMode mode); 75 76 void addKeyFrame(KeyFrame* frame); 77 void setAnimationMode(animationMode mode); 76 78 void reset(); 77 79 … … 87 89 private: 88 90 SimpleAnimation(); 89 virtual ~SimpleAnimation();90 91 91 92 static SimpleAnimation* singletonRef;
Note: See TracChangeset
for help on using the changeset viewer.