Changeset 4015 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h
- Timestamp:
- May 2, 2005, 9:23:13 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r4010 r4015 19 19 class PNode; 20 20 class GLMenuImageScreen; 21 class Skysphere;22 class SkyBox;23 21 class LightManager; 24 22 class Terrain; … … 110 108 TrackManager* trackManager; //!< The reference of the TrackManager that handles the course through the Level. 111 109 Camera* localCamera; //!< The current Camera 112 Skysphere* skySphere; //!< The Environmental Heaven of orxonox \todo insert this to environment insted 113 SkyBox* skyBox; 110 WorldEntity* sky; //!< The Environmental Heaven of orxonox \todo insert this to environment insted 114 111 LightManager* lightMan; //!< The Lights of the Level 115 112 Terrain* terrain; //!< The Terrain of the World.
Note: See TracChangeset
for help on using the changeset viewer.