OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreSceneManager.h File Reference
+ Include dependency graph for OgreSceneManager.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ogre::DefaultAxisAlignedBoxSceneQuery
 Default implementation of AxisAlignedBoxSceneQuery. More...
 
class  Ogre::DefaultIntersectionSceneQuery
 Default implementation of IntersectionSceneQuery. More...
 
class  Ogre::DefaultPlaneBoundedVolumeListSceneQuery
 Default implementation of PlaneBoundedVolumeListSceneQuery. More...
 
class  Ogre::DefaultRaySceneQuery
 Default implementation of RaySceneQuery. More...
 
class  Ogre::DefaultSphereSceneQuery
 Default implementation of SphereSceneQuery. More...
 
class  Ogre::SceneManager
 Manages the organisation and rendering of a 'scene' i.e. More...
 
struct  Ogre::SceneManager::LightClippingInfo
 Struct for caching light clipping information for re-use in a frame. More...
 
struct  Ogre::SceneManager::LightInfo
 Cached light information, used to tracking light's changes. More...
 
struct  Ogre::SceneManager::lightLess
 Comparator for sorting lights relative to a point. More...
 
struct  Ogre::SceneManager::lightsForShadowTextureLess
 Default sorting routine which sorts lights which cast shadows to the front of a list, sub-sorting by distance. More...
 
class  Ogre::SceneManager::Listener
 Class that allows listening in on the various stages of SceneManager processing, so that custom behaviour can be implemented from outside. More...
 
struct  Ogre::SceneManager::materialLess
 Comparator for material map, for sorting materials into render order (e.g. More...
 
struct  Ogre::SceneManager::MovableObjectCollection
 Simple structure to hold MovableObject map and a mutex to go with it. More...
 
struct  Ogre::SceneManager::RenderContext
 
class  Ogre::SceneManager::SceneMgrQueuedRenderableVisitor
 Inner helper class to implement the visitor pattern for rendering objects in a queue. More...
 
class  Ogre::SceneManager::ShadowCasterSceneQueryListener
 Inner class to use as callback for shadow caster scene query. More...
 
struct  Ogre::SceneManager::SkyBoxGenParameters
 
struct  Ogre::SceneManager::SkyDomeGenParameters
 
struct  Ogre::SceneManager::SkyPlaneGenParameters
 
class  Ogre::SceneManagerFactory
 Class which will create instances of a given SceneManager. More...
 
struct  Ogre::SceneManagerMetaData
 Structure containing information about a scene manager. More...
 
struct  Ogre::ViewPoint
 Structure for holding a position & orientation pair. More...
 
struct  Ogre::VisibleObjectsBoundsInfo
 Structure collecting together information about the visible objects that have been discovered in a scene. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Typedefs

typedef uint16 Ogre::SceneTypeMask
 Bitmask containing scene types. More...
 

Enumerations

enum  Ogre::SceneType {
  Ogre::ST_GENERIC = 1, Ogre::ST_EXTERIOR_CLOSE = 2, Ogre::ST_EXTERIOR_FAR = 4, Ogre::ST_EXTERIOR_REAL_FAR = 8,
  Ogre::ST_INTERIOR = 16
}
 Classification of a scene to allow a decision of what type of SceenManager to provide back to the application. More...