Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 13, 2005, 7:38:52 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: SkyBox even better,

world-entity implements a draw function of its own

some other minor stuff

File:
1 edited

Legend:

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

    r3801 r3803  
    3030#include "environment.h"
    3131#include "skysphere.h"
     32#include "skybox.h"
    3233#include "satellite.h"
    3334#include "terrain.h"
     
    327328
    328329            // Create SkySphere
    329             this->skySphere = new Skysphere("../data/pictures/sky-replace.jpg");
    330             this->skySphere->setName("SkySphere");
    331             this->localCamera->addChild(this->skySphere);
    332             this->spawn(this->skySphere);
     330            //      this->skySphere = new Skysphere("../data/pictures/sky-replace.jpg");
     331            //      this->skySphere->setName("SkySphere");
     332            //      this->localCamera->addChild(this->skySphere);
     333            //      this->spawn(this->skySphere);
     334            skyBox = new SkyBox();
     335            this->spawn(skyBox);
    333336
    334337            /*monitor progress*/
Note: See TracChangeset for help on using the changeset viewer.