Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3831 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Apr 14, 2005, 2:54:02 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: implemente animation sine function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3828 r3831  
    380380            aTest* test = new aTest();
    381381            tAnim<aTest>* testAnim = new tAnim<aTest>(test, &aTest::littleDebug);
    382             testAnim->addKeyFrame(0.0, 1.0, ANIM_LINEAR);
    383             testAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
     382            testAnim->addKeyFrame(0.0, 1.0, ANIM_SINE);
     383            testAnim->addKeyFrame(3.5, 1.0, ANIM_SINE);
    384384            //testAnim->addKeyFrame(0.0, 1.0, ANIM_LINEAR);
    385385            //testAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
Note: See TracChangeset for help on using the changeset viewer.