Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2005, 2:32:26 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/textEngine: rewind and constant work

File:
1 edited

Legend:

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

    r3786 r3787  
    365365            tmpAnim->addKeyFrame(0.0, 1.0, ANIM_LINEAR);
    366366            tmpAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
     367            tmpAnim->setInfinity(ANIM_INF_CONSTANT, ANIM_INF_REWIND);
    367368            break;
    368369          }
Note: See TracChangeset for help on using the changeset viewer.