Changeset 3419 in orxonox.OLD for orxonox/trunk/src/world.cc
- Timestamp:
- Feb 22, 2005, 6:26:03 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r3370 r3419 28 28 #include "helper_parent.h" 29 29 #include "glmenu_imagescreen.h" 30 #include "skysphere.h" 30 31 31 32 using namespace std; … … 292 293 this->localPlayer->addChild (this->localCamera); 293 294 295 // Create SkySphere 296 skySphere = new Skysphere("../data/pictures/sky-replace.jpg"); 297 294 298 /*monitor progress*/ 295 299 this->glmis->step(); … … 631 635 // draw debug coord system 632 636 glCallList (objectList); 637 638 //! \todo skysphere is a WorldEntity and should be inside of the world-entity-list. 639 skySphere->draw(); 633 640 634 641 } … … 712 719 } 713 720 721 skySphere->updatePosition(localCamera->absCoordinate); 714 722 //for( int i = 0; i < tracklen; i++) track[i].tick (seconds); 715 723 }
Note: See TracChangeset
for help on using the changeset viewer.