Changeset 3979 in orxonox.OLD for orxonox/trunk/src/util/animation/animation3d.cc
- Timestamp:
- Apr 26, 2005, 2:24:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/animation/animation3d.cc
r3978 r3979 91 91 duration = 1.0; 92 92 // if the Rotation-Animation-function is set ANIM_NULL, animFuncRot will match animFuncRot 93 if (animFuncMov == ANIM_NULL) 94 animFuncMov = ANIM_DEFAULT_FUNCTION; 93 95 if (animFuncRot == ANIM_NULL) 94 96 animFuncRot = animFuncMov;
Note: See TracChangeset
for help on using the changeset viewer.