Changeset 4215 in orxonox.OLD for orxonox/branches/md2_loader/src/story_entities
- Timestamp:
- May 18, 2005, 2:29:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/md2_loader/src/story_entities/world.cc
r4189 r4215 485 485 terrain = new Terrain("worlds/newGround.obj"); 486 486 terrain->setRelCoor(Vector(0,-10,0)); 487 this->spawn(terrain);487 //this->spawn(terrain); 488 488 489 489 WorldEntity* testEntity = new TestEntity();
Note: See TracChangeset
for help on using the changeset viewer.