Changeset 3979 in orxonox.OLD for orxonox/trunk/src/util/animation/animation3d.h
- Timestamp:
- Apr 26, 2005, 2:24:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation3d.h
r3978 r3979 35 35 virtual void rewind(void); 36 36 37 void addKeyFrame(Vector position, Quaternion direction, float time, ANIM_FUNCTION animFuncMov = ANIM_ LINEAR, ANIM_FUNCTION animFuncRot = ANIM_NULL);37 void addKeyFrame(Vector position, Quaternion direction, float time, ANIM_FUNCTION animFuncMov = ANIM_DEFAULT_FUNCTION, ANIM_FUNCTION animFuncRot = ANIM_NULL); 38 38 // void addKeyFrame(KeyFrame3D* frame); 39 39
Note: See TracChangeset
for help on using the changeset viewer.