Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3808 in orxonox.OLD


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

orxonox/trunk: now the material is good also with the data-repository

File:
1 edited

Legend:

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

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