Changeset 4235 in orxonox.OLD for orxonox/branches/md2_loader/src/story_entities
- Timestamp:
- May 20, 2005, 1:58:07 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/story_entities/world.cc
r4215 r4235 488 488 489 489 WorldEntity* testEntity = new TestEntity(); 490 testEntity->setRelCoor(Vector(570, 10, -15)); 490 //testEntity->setRelCoor(Vector(570, 10, -15)); 491 testEntity->setRelCoor(Vector(25, -10, -20)); 491 492 testEntity->setRelDir(Quaternion(M_PI, Vector(0, 1, 0))); 492 493 this->spawn(testEntity); 493 //this->localPlayer->addChild(testEntity);494 this->localPlayer->addChild(testEntity); 494 495 495 496 }
Note: See TracChangeset
for help on using the changeset viewer.