Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2005, 1:26:46 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: merged trunk back to trackManager (again)
merged with command:
svn merge ../trunk/ trackManager/ -r 3498:HEAD
no conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager/src/story_entities/world.cc

    r3518 r3519  
    7373  this->localCamera->destroy();
    7474  this->nullParent->destroy(); 
    75   delete this->skySphere;
     75  //delete this->skySphere;
    7676
    7777  //delete this->trackManager;
     
    116116      trackManager->addPoint(Vector(30,0,5));
    117117      trackManager->addPoint(Vector(40,0,5));
    118       trackManager->setDuration(20);
     118      trackManager->setDuration(4);
    119119      int fork11, fork12, fork13;
    120120      trackManager->fork(3, &fork11, &fork12, &fork13);
     
    123123      trackManager->addPoint(Vector(100, 0, -15));
    124124      trackManager->addPoint(Vector(300, 0, -15));
    125       trackManager->setDuration(4);
     125      trackManager->setDuration(10);
    126126      trackManager->workOn(fork12);
    127127      trackManager->addPoint(Vector(70,  0, 0));
     
    191191            this->localCamera->bind (myPlayer);
    192192            //this->localPlayer->addChild (this->localCamera);
     193            /*monitor progress*/
     194            this->glmis->step();           
    193195
    194196            // Create SkySphere
    195197            skySphere = new Skysphere("../data/pictures/sky-replace.jpg");
     198            this->localPlayer->addChild(this->skySphere);
    196199
    197200            /*monitor progress*/
     
    240243            // Create SkySphere
    241244            skySphere = new Skysphere("../data/pictures/sky-replace.jpg");
     245            this->localPlayer->addChild(this->skySphere);
    242246
    243247            break;
     
    731735          entity = entities->nextElement();
    732736        }
    733       skySphere->updatePosition(localCamera->absCoordinate);
     737      //skySphere->updatePosition(localCamera->absCoordinate);
    734738     
    735739      /* update tick the rest */
Note: See TracChangeset for help on using the changeset viewer.