Changeset 3739 in orxonox.OLD for orxonox/trunk/src/simple_animation.h
- Timestamp:
- Apr 7, 2005, 12:33:01 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/simple_animation.h
r3738 r3739 98 98 Vector* tmpVect; //<! this is the temporary vector save place - 99 99 WorldEntity* workingObject; //<! this is a pointer to the current working object that has been selected via selectObject() 100 Animat or* workingAnimator; //<! the animator with which you are currently working100 Animation* workingAnimator; //<! the animator with which you are currently working 101 101 float deltaT; //<! this is a time constant for the movement 102 103 Animation* getAnimationFromWorldEntity(WorldEntity* entity); 102 104 103 105 };
Note: See TracChangeset
for help on using the changeset viewer.