Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2005, 2:17:16 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: amimate: rewind works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/textEngine/src/story_entities/world.cc

    r3785 r3786  
    361361           
    362362            tmpAnim = new Animation<Text>(testText, &Text::setBlending);
     363            tmpAnim->addKeyFrame(0.0, 1.0, ANIM_LINEAR);
     364            tmpAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
    363365            tmpAnim->addKeyFrame(0.0, 1.0, ANIM_LINEAR);
    364366            tmpAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
Note: See TracChangeset for help on using the changeset viewer.