Changeset 4332 in orxonox.OLD for orxonox/branches/physics/src/world_entities/skybox.cc
- Timestamp:
- May 27, 2005, 7:14:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/world_entities/skybox.cc
r4283 r4332 62 62 void SkyBox::preInit(void) 63 63 { 64 this->setClass Name("SkyBox");64 this->setClassID(CL_SKYBOX, "SkyBox"); 65 65 this->skyModel = NULL; 66 66 this->material = new Material*[6];
Note: See TracChangeset
for help on using the changeset viewer.