Changeset 3519 in orxonox.OLD for orxonox/branches/trackManager/src/story_entities/world.cc
- Timestamp:
- Mar 12, 2005, 1:26:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/trackManager/src/story_entities/world.cc
r3518 r3519 73 73 this->localCamera->destroy(); 74 74 this->nullParent->destroy(); 75 delete this->skySphere;75 //delete this->skySphere; 76 76 77 77 //delete this->trackManager; … … 116 116 trackManager->addPoint(Vector(30,0,5)); 117 117 trackManager->addPoint(Vector(40,0,5)); 118 trackManager->setDuration( 20);118 trackManager->setDuration(4); 119 119 int fork11, fork12, fork13; 120 120 trackManager->fork(3, &fork11, &fork12, &fork13); … … 123 123 trackManager->addPoint(Vector(100, 0, -15)); 124 124 trackManager->addPoint(Vector(300, 0, -15)); 125 trackManager->setDuration( 4);125 trackManager->setDuration(10); 126 126 trackManager->workOn(fork12); 127 127 trackManager->addPoint(Vector(70, 0, 0)); … … 191 191 this->localCamera->bind (myPlayer); 192 192 //this->localPlayer->addChild (this->localCamera); 193 /*monitor progress*/ 194 this->glmis->step(); 193 195 194 196 // Create SkySphere 195 197 skySphere = new Skysphere("../data/pictures/sky-replace.jpg"); 198 this->localPlayer->addChild(this->skySphere); 196 199 197 200 /*monitor progress*/ … … 240 243 // Create SkySphere 241 244 skySphere = new Skysphere("../data/pictures/sky-replace.jpg"); 245 this->localPlayer->addChild(this->skySphere); 242 246 243 247 break; … … 731 735 entity = entities->nextElement(); 732 736 } 733 skySphere->updatePosition(localCamera->absCoordinate);737 //skySphere->updatePosition(localCamera->absCoordinate); 734 738 735 739 /* update tick the rest */
Note: See TracChangeset
for help on using the changeset viewer.