Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4015 in orxonox.OLD for orxonox/trunk/src/story_entities/world.h


Ignore:
Timestamp:
May 2, 2005, 9:23:13 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: cleanup of world (moved some stuff into the preload sequence. still there is a lot to do there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.h

    r4010 r4015  
    1919class PNode;
    2020class GLMenuImageScreen;
    21 class Skysphere;
    22 class SkyBox;
    2321class LightManager;
    2422class Terrain;
     
    110108  TrackManager* trackManager;         //!< The reference of the TrackManager that handles the course through the Level.
    111109  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
    114111  LightManager* lightMan;             //!< The Lights of the Level
    115112  Terrain* terrain;                   //!< The Terrain of the World.
Note: See TracChangeset for help on using the changeset viewer.