Changeset 6307 in orxonox.OLD for trunk/src/world_entities/skybox.h
- Timestamp:
- Dec 27, 2005, 12:20:32 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/skybox.h
r5511 r6307 44 44 void rebuild(); 45 45 46 Material* * material;//!< Materials for the SkyBox. sorted by number (0-5) top, bottom, left, right, front, back46 Material* material[6]; //!< Materials for the SkyBox. sorted by number (0-5) top, bottom, left, right, front, back 47 47 float size; //!< Size of the SkyBox. This should match the frustum maximum range. 48 48
Note: See TracChangeset
for help on using the changeset viewer.