Changeset 4247 in orxonox.OLD for orxonox/branches/levelLoader/src/story_entities
- Timestamp:
- May 21, 2005, 12:52:50 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/story_entities/world.cc
r4239 r4247 422 422 glEndList(); 423 423 424 terrain = new Terrain("worlds/newGround.obj");425 terrain->setRelCoor(Vector(0,-10,0));426 this->spawn(terrain);424 // terrain = new Terrain("worlds/newGround.obj"); 425 // terrain->setRelCoor(Vector(0,-10,0)); 426 // this->spawn(terrain); 427 427 428 428
Note: See TracChangeset
for help on using the changeset viewer.