Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 26, 2005, 12:08:46 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: animation3d ANIM_SINE is now finaly working also. looks nice

File:
1 edited

Legend:

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

    r3964 r3965  
    475475            Animation3D* animation = new Animation3D(c);
    476476            animation->setInfinity(ANIM_INF_REPLAY);
    477             animation->addKeyFrame(Vector(0, 0, 0), Quaternion(), 1.0, ANIM_NEG_EXP);
    478             animation->addKeyFrame(Vector(5, 5, -5), Quaternion(), 1.0, ANIM_NEG_EXP);
    479             animation->addKeyFrame(Vector(0, 0, 0), Quaternion(), 1.0, ANIM_NEG_EXP);
     477            animation->addKeyFrame(Vector(0, 0, 0), Quaternion(), 1.0, ANIM_SINE);
     478            animation->addKeyFrame(Vector(1, 1, -1), Quaternion(), 1.0, ANIM_SINE);
     479            animation->addKeyFrame(Vector(0, 0, 0), Quaternion(), 1.0, ANIM_SINE);
    480480
    481481
Note: See TracChangeset for help on using the changeset viewer.