Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 13, 2005, 7:38:52 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: SkyBox even better,

world-entity implements a draw function of its own

some other minor stuff

File:
1 edited

Legend:

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

    r3795 r3803  
    2020class GLMenuImageScreen;
    2121class Skysphere;
     22class SkyBox;
    2223class LightManager;
    2324class Terrain;
     
    109110  Camera* localCamera;                //!< The current Camera
    110111  Skysphere* skySphere;               //!< The Environmental Heaven of orxonox \todo insert this to environment insted
     112  SkyBox* skyBox;
    111113  LightManager* lightMan;             //!< The Lights of the Level
    112114  Terrain* terrain;                   //!< The Terrain of the World.
Note: See TracChangeset for help on using the changeset viewer.