Changeset 4249 in orxonox.OLD for orxonox/branches/levelLoader/src/world_entities/skybox.cc
- Timestamp:
- May 21, 2005, 10:08:37 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/levelLoader/src/world_entities/skybox.cc
r4247 r4249 46 46 \param fileName the file to take as input for the SkyBox 47 47 */ 48 SkyBox::SkyBox(c har* fileName)48 SkyBox::SkyBox(const char* fileName) 49 49 { 50 50 this->preInit(); 51 if (fileName) 52 this->setTextureAndType(fileName, ".jpg"); 51 53 this->postInit(); 52 54 }
Note: See TracChangeset
for help on using the changeset viewer.