Changeset 3965 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Apr 26, 2005, 12:08:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3964 r3965 475 475 Animation3D* animation = new Animation3D(c); 476 476 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); 480 480 481 481
Note: See TracChangeset
for help on using the changeset viewer.