Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 13, 2005, 9:02:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: SkyBox finished

File:
1 edited

Legend:

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

    r3803 r3805  
    333333            //      this->spawn(this->skySphere);
    334334            skyBox = new SkyBox();
     335            skyBox->setTexture("pictures/skybox", "bmp");
     336            skyBox->setParent(localCamera);
    335337            this->spawn(skyBox);
    336338
Note: See TracChangeset for help on using the changeset viewer.