Changeset 3597 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h
- Timestamp:
- Mar 17, 2005, 11:04:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.h
r3565 r3597 17 17 class GLMenuImageScreen; 18 18 class Skysphere; 19 class Light ;19 class LightManager; 20 20 class FontSet; 21 21 class Terrain; … … 72 72 73 73 PNode* nullParent; //!< The zero-point, that everything has as its parent. 74 TrackManager* trackManager; //!< The reference of the TrackManager that handles the course through the Level.75 Camera* localCamera; //!< The current Camera74 TrackManager* trackManager; //!< The reference of the TrackManager that handles the course through the Level. 75 Camera* localCamera; //!< The current Camera 76 76 Skysphere* skySphere; //!< The Environmental Heaven of orxonox \todo insert this to environment insted 77 Light * light;//!< The Lights of the Level77 LightManager* lightMan; //!< The Lights of the Level 78 78 Terrain* terrain; //!< The Terrain of the World. 79 79
Note: See TracChangeset
for help on using the changeset viewer.