Changeset 4906 in orxonox.OLD for orxonox/trunk/src/util/animation
- Timestamp:
- Jul 20, 2005, 1:41:19 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation3d.h
r4746 r4906 9 9 class PNode; 10 10 11 #define DELTA_X_3D 0.05 //!< the percentag of the distance that doesn t have to be done by neg_exp (asymptotical) ~ maschinendelta11 #define DELTA_X_3D 0.05 //!< the percentag of the distance that doesn't have to be done by neg_exp (asymptotical) ~ maschinendelta 12 12 13 13 //! KeyFrame3D Struct … … 36 36 virtual void rewind(); 37 37 38 void addKeyFrame(Vector position, Quaternion direction, float time, ANIM_FUNCTION animFuncMov = ANIM_DEFAULT_FUNCTION, ANIM_FUNCTION animFuncRot = ANIM_NULL); 38 void addKeyFrame(Vector position, Quaternion direction, 39 float time, ANIM_FUNCTION animFuncMov = ANIM_DEFAULT_FUNCTION, 40 ANIM_FUNCTION animFuncRot = ANIM_NULL); 39 41 // void addKeyFrame(KeyFrame3D* frame); 40 42
Note: See TracChangeset
for help on using the changeset viewer.