Changeset 3733 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Apr 6, 2005, 11:24:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3732 r3733 474 474 f1->position = new Vector(10.0, 1.0, -1.0); 475 475 f1->direction = new Quaternion(); 476 f1->time = 1.0;477 f1->mode = SIN;476 f1->time = 0.5; 477 f1->mode = NEG_EXP; 478 478 479 479 … … 481 481 f2->position = new Vector(10.0, 1.0, 1.0); 482 482 f2->direction = new Quaternion(); 483 f2->time = 1.0;484 f2->mode = SIN;483 f2->time = 0.5; 484 f2->mode = NEG_EXP; 485 485 486 486 KeyFrame* f3 = new KeyFrame; 487 487 f3->position = new Vector(5.0, 1.0, -1.0); 488 488 f3->direction = new Quaternion(); 489 f3->time = 1.0;490 f3->mode = SIN;489 f3->time = 0.5; 490 f3->mode = NEG_EXP; 491 491 492 492
Note: See TracChangeset
for help on using the changeset viewer.