Changeset 8144 in orxonox.OLD for branches/gui/src/util/animation
- Timestamp:
- Jun 4, 2006, 7:55:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/util/animation/t_animation.h
r5115 r8144 242 242 break; 243 243 case ANIM_NEG_EXP: 244 {245 244 this->animFunc = &tAnimation<T>::negExp; 246 245 expFactor = - 1.0 / this->currentKeyFrame->duration * logf(DELTA_X); 247 246 break; 248 }249 247 case ANIM_QUADRATIC: 250 248 this->animFunc = &tAnimation<T>::quadratic;
Note: See TracChangeset
for help on using the changeset viewer.