Changeset 4259 in orxonox.OLD for orxonox/branches/levelLoader/src/world_entities/skybox.cc
- Timestamp:
- May 22, 2005, 2:58:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/world_entities/skybox.cc
r4257 r4259 56 56 void SkyBox::loadParams(const TiXmlElement* root) 57 57 { 58 LoadParam<SkyBox>(root, "Materialset", this, &SkyBox::setTexture).describe("Sets the material on the SkyBox. The string must be the path relative to the data-dir, and without a trailing .jpg"); 58 LoadParam<SkyBox>(root, "Materialset", this, &SkyBox::setTexture) 59 .describe("Sets the material on the SkyBox. The string must be the path relative to the data-dir, and without a trailing .jpg"); 59 60 } 60 61
Note: See TracChangeset
for help on using the changeset viewer.