Changeset 4249 in orxonox.OLD for orxonox/branches/levelLoader/src/world_entities
- Timestamp:
- May 21, 2005, 10:08:37 PM (20 years ago)
- Location:
- orxonox/branches/levelLoader/src/world_entities
- Files:
-
- 2 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 } -
orxonox/branches/levelLoader/src/world_entities/skybox.h
r4242 r4249 21 21 { 22 22 public: 23 SkyBox(c har* fileName = NULL);23 SkyBox(const char* fileName = NULL); 24 24 SkyBox(TiXmlElement* root); 25 25
Note: See TracChangeset
for help on using the changeset viewer.