Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3527 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 13, 2005, 8:49:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: trackManager: now the TrackManager knows his path also backwards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3526 r3527  
    221221            // Create SkySphere
    222222            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);
    224225
    225226            /*monitor progress*/
     
    230231            env->setName ("env");
    231232            this->spawn(env);
    232             this->trackManager->setBindSlave(env);
    233233
    234234            Vector* es = new Vector (50, 2, 0);
     
    249249        case DEBUG_WORLD_1:
    250250          {
    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 
    261251            this->nullParent = NullParent::getInstance ();
    262252            this->nullParent->setName ("NullParent");
Note: See TracChangeset for help on using the changeset viewer.