Changeset 3527 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 13, 2005, 8:49:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3526 r3527 221 221 // Create SkySphere 222 222 skySphere = new Skysphere("../data/pictures/sky-replace.jpg"); 223 this->localPlayer->addChild(this->skySphere); 223 this->localCamera->addChild(this->skySphere); 224 this->skySphere->setMode(MOVEMENT); 224 225 225 226 /*monitor progress*/ … … 230 231 env->setName ("env"); 231 232 this->spawn(env); 232 this->trackManager->setBindSlave(env);233 233 234 234 Vector* es = new Vector (50, 2, 0); … … 249 249 case DEBUG_WORLD_1: 250 250 { 251 /*252 this->testCurve = new UPointCurve();253 this->testCurve->addNode(Vector( 0, 0, 0));254 this->testCurve->addNode(Vector(10, 0, 5));255 this->testCurve->addNode(Vector(20, -5,-5));256 this->testCurve->addNode(Vector(30, 5, 10));257 this->testCurve->addNode(Vector(40, 0,-10));258 this->testCurve->addNode(Vector(50, 0,-10));259 */260 261 251 this->nullParent = NullParent::getInstance (); 262 252 this->nullParent->setName ("NullParent");
Note: See TracChangeset
for help on using the changeset viewer.