Changeset 5087 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Aug 20, 2005, 5:39:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5085 r5087 416 416 TestEntity* testEntity2 = new TestEntity(); 417 417 testEntity2->setAnim(STAND); 418 testEntity2->setRelCoor(Vector( 5.0, 0.0, 5.0));418 testEntity2->setRelCoor(Vector(2400.0, 10.0, -30.0)); 419 419 testEntity2->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 420 testEntity2->setParent(this->localPlayer);420 //testEntity2->setParent(this->localPlayer); 421 421 this->spawn(testEntity2); 422 422 423 423 TestEntity* testEntity3 = new TestEntity(); 424 testEntity3->setAnim( RUN);425 testEntity3->setRelCoor(Vector(24 00, 25, 280));424 testEntity3->setAnim(BOOM); 425 testEntity3->setRelCoor(Vector(2450.0, 10.0, -40.0)); 426 426 testEntity3->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 427 427 this->spawn(testEntity3); 428 428 429 429 TestEntity* testEntity4 = new TestEntity(); 430 testEntity4->setAnim( RUN);431 testEntity4->setRelCoor(Vector(2 430, 25, 250));430 testEntity4->setAnim(FLIP); 431 testEntity4->setRelCoor(Vector(2500.0, 10.0, -22.0)); 432 432 testEntity4->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 433 433 this->spawn(testEntity4); 434 435 TestEntity* testEntity5 = new TestEntity(); 436 testEntity5->setAnim(WAVE); 437 testEntity5->setRelCoor(Vector(2420.0, 10.0, -50.0)); 438 testEntity5->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 439 this->spawn(testEntity5); 440 441 TestEntity* testEntity6 = new TestEntity(); 442 testEntity6->setAnim(WAVE); 443 testEntity6->setRelCoor(Vector(2420.0, 10.0, -20.0)); 444 testEntity6->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 445 this->spawn(testEntity6); 446 447 TestEntity* testEntity7 = new TestEntity(); 448 testEntity7->setAnim(WAVE); 449 testEntity7->setRelCoor(Vector(2500.0, 10.0, -50.0)); 450 testEntity7->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 451 this->spawn(testEntity7); 452 434 453 435 454
Note: See TracChangeset
for help on using the changeset viewer.