Changeset 5671 in orxonox.OLD for trunk/src/world_entities/skybox.cc
- Timestamp:
- Nov 21, 2005, 3:50:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.cc
r5652 r5671 55 55 static_cast<WorldEntity*>(this)->loadParams(root); 56 56 57 LoadParam NEW(root, "Materialset", this, SkyBox, setTexture)57 LoadParam(root, "Materialset", this, SkyBox, setTexture) 58 58 .describe("Sets the material on the SkyBox. The string must be the path relative to the data-dir, and without a trailing .jpg"); 59 59 60 LoadParam NEW(root, "Size", this, SkyBox, setSize)60 LoadParam(root, "Size", this, SkyBox, setSize) 61 61 .describe("Sets the Size of the SkyBox (normally this should be 90% of the maximal viewing Distance)."); 62 62 }
Note: See TracChangeset
for help on using the changeset viewer.