Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3872 in orxonox.OLD for orxonox/trunk/src/track_manager.cc


Ignore:
Timestamp:
Apr 18, 2005, 3:54:35 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: animation fix, the AnimationMode was not reset to the start-value when rewinding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/track_manager.cc

    r3871 r3872  
    394394  // initializing the Animation for the Text.
    395395  this->textAnimation = new tAnimation<Text>(this->trackText, &Text::setBlending);
    396   this->textAnimation->addKeyFrame(1.0, 3.0, ANIM_COSINE);
     396  this->textAnimation->addKeyFrame(1.0, 3.0, ANIM_NEG_EXP);
    397397  this->textAnimation->addKeyFrame(0.0, .001);
    398398  this->textAnimation->setInfinity(ANIM_INF_CONSTANT);
Note: See TracChangeset for help on using the changeset viewer.