Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

orxonox/trunk: sine/cosine reimplemented in t_animation

File:
1 edited

Legend:

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

    r3849 r3871  
    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_NEG_EXP);
     396  this->textAnimation->addKeyFrame(1.0, 3.0, ANIM_COSINE);
    397397  this->textAnimation->addKeyFrame(0.0, .001);
    398398  this->textAnimation->setInfinity(ANIM_INF_CONSTANT);
Note: See TracChangeset for help on using the changeset viewer.