Changeset 4488 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 3, 2005, 1:00:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4444 r4488 50 50 #include "fields.h" 51 51 52 #include "md2Model.h" 53 52 54 #include "glmenu_imagescreen.h" 53 55 #include "list.h" … … 501 503 TestEntity* testEntity = new TestEntity(); 502 504 testEntity->setRelCoor(Vector(570, 10, -15)); 503 //testEntity->setRelCoor(Vector(25, -10, -20));504 505 testEntity->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 505 506 this->spawn(testEntity); 506 // this->localPlayer->addChild(testEntity); 507 508 TestEntity* testEntity2 = new TestEntity(); 509 testEntity2->setAnim(RUN); 510 testEntity2->setRelCoor(Vector(570, 30, 15)); 511 testEntity2->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 512 this->spawn(testEntity2); 513 507 514 508 515 new PhysicsConnection(testEntity, gravity);
Note: See TracChangeset
for help on using the changeset viewer.