Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2005, 12:37:06 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: animation3d cleaned up some code, deleted some old not used one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/animation/t_animation.h

    r3876 r3968  
    235235      {
    236236        this->animFunc = &tAnimation<T>::negExp;
    237         float d = fabs(this->currentKeyFrame->value - this->nextKeyFrame->value);
    238237        expFactor =  - 1.0 / this->currentKeyFrame->duration * logf(DELTA_X);
    239238        break;
Note: See TracChangeset for help on using the changeset viewer.