Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8144 in orxonox.OLD for branches/gui/src/util/animation


Ignore:
Timestamp:
Jun 4, 2006, 7:55:55 PM (18 years ago)
Author:
bensch
Message:

gui: better debugging system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/util/animation/t_animation.h

    r5115 r8144  
    242242      break;
    243243    case ANIM_NEG_EXP:
    244       {
    245244        this->animFunc = &tAnimation<T>::negExp;
    246245        expFactor =  - 1.0 / this->currentKeyFrame->duration * logf(DELTA_X);
    247246        break;
    248       }
    249247    case ANIM_QUADRATIC:
    250248      this->animFunc = &tAnimation<T>::quadratic;
Note: See TracChangeset for help on using the changeset viewer.