Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 13, 2005, 11:06:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the Sky is farther now

File:
1 edited

Legend:

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

    r4558 r4620  
    2727class PilotNode;
    2828class EventHandler;
     29class SkyBox;
    2930
    3031//! The game world Interface
     
    120121  ParticleEngine* particleEngine;     //!< The ParticleEngine of the World.
    121122  Camera* localCamera;                //!< The current Camera
    122   WorldEntity* sky;                   //!< The Environmental Heaven of orxonox \todo insert this to environment insted
     123  SkyBox* sky;                        //!< The Environmental Heaven of orxonox \todo insert this to environment insted
    123124  LightManager* lightMan;             //!< The Lights of the Level
    124125  Terrain* terrain;                   //!< The Terrain of the World.
Note: See TracChangeset for help on using the changeset viewer.