Changeset 4444 in orxonox.OLD for orxonox/trunk/src/world_entities/skybox.cc
- Timestamp:
- Jun 1, 2005, 10:17:14 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/skybox.cc
r4436 r4444 45 45 } 46 46 47 /** 48 \brief initializes a skybox from a XmlElement 49 */ 47 50 SkyBox::SkyBox(const TiXmlElement* root) 48 51 { … … 75 78 this->material[i]->setAmbient(2.0, 2.0, 2.0); 76 79 } 77 this->set Mode(PNODE_MOVEMENT);80 this->setParentMode(PNODE_MOVEMENT); 78 81 } 79 82
Note: See TracChangeset
for help on using the changeset viewer.