Changeset 3786 in orxonox.OLD for orxonox/branches/textEngine/src/story_entities
- Timestamp:
- Apr 13, 2005, 2:17:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/story_entities/world.cc
r3785 r3786 361 361 362 362 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); 363 365 tmpAnim->addKeyFrame(0.0, 1.0, ANIM_LINEAR); 364 366 tmpAnim->addKeyFrame(1.0, 1.0, ANIM_LINEAR);
Note: See TracChangeset
for help on using the changeset viewer.