Changeset 3803 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc
- Timestamp:
- Apr 13, 2005, 7:38:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3801 r3803 30 30 #include "environment.h" 31 31 #include "skysphere.h" 32 #include "skybox.h" 32 33 #include "satellite.h" 33 34 #include "terrain.h" … … 327 328 328 329 // Create SkySphere 329 this->skySphere = new Skysphere("../data/pictures/sky-replace.jpg"); 330 this->skySphere->setName("SkySphere"); 331 this->localCamera->addChild(this->skySphere); 332 this->spawn(this->skySphere); 330 // this->skySphere = new Skysphere("../data/pictures/sky-replace.jpg"); 331 // this->skySphere->setName("SkySphere"); 332 // this->localCamera->addChild(this->skySphere); 333 // this->spawn(this->skySphere); 334 skyBox = new SkyBox(); 335 this->spawn(skyBox); 333 336 334 337 /*monitor progress*/
Note: See TracChangeset
for help on using the changeset viewer.