Changeset 7840 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- May 24, 2006, 10:38:51 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r7328 r7840 73 73 { 74 74 this->setClassID(CL_SKYBOX, "SkyBox"); 75 this->toList(OM_ ENVIRON_NOTICK);75 this->toList(OM_BACKGROUND); 76 76 //this->size = 100.0; 77 77 this->textureSize = 1024.0f; -
trunk/src/world_entities/skysphere.cc
r6778 r7840 42 42 { 43 43 this->setClassID(CL_SKYSPHERE, "SkySphere"); 44 this->toList(OM_ ENVIRON_NOTICK);44 this->toList(OM_BACKGROUND); 45 45 if (fileName == NULL) 46 46 this->initialize("pictures/sky-replace.jpg");
Note: See TracChangeset
for help on using the changeset viewer.