Changeset 3803 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h
- Timestamp:
- Apr 13, 2005, 7:38:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r3795 r3803 20 20 class GLMenuImageScreen; 21 21 class Skysphere; 22 class SkyBox; 22 23 class LightManager; 23 24 class Terrain; … … 109 110 Camera* localCamera; //!< The current Camera 110 111 Skysphere* skySphere; //!< The Environmental Heaven of orxonox \todo insert this to environment insted 112 SkyBox* skyBox; 111 113 LightManager* lightMan; //!< The Lights of the Level 112 114 Terrain* terrain; //!< The Terrain of the World.
Note: See TracChangeset
for help on using the changeset viewer.