OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
OgreSceneManager.h File Reference

Classes

class  Ogre::DebugDrawer
 Interface for visualising debugging the SceneManager state. More...
 
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': a collection of objects and potentially world geometry. More...
 
struct  Ogre::SceneManager::lightLess
 Comparator for sorting lights relative to a point. 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::RenderContext
 
class  Ogre::SceneManager::SceneMgrQueuedRenderableVisitor
 Inner helper class to implement the visitor pattern for rendering objects in a queue. More...
 
class  Ogre::SceneManager::ShadowRenderer::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::ShadowTextureConfig
 Structure containing the configuration for one shadow texture. 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
 

Typedefs

typedef ConstVectorIterator< ShadowTextureConfigList > Ogre::ConstShadowTextureConfigIterator
 
typedef uint16 Ogre::SceneTypeMask
 Bitmask containing scene types. More...
 
typedef std::vector< ShadowTextureConfig > Ogre::ShadowTextureConfigList
 
typedef std::vector< TexturePtr > Ogre::ShadowTextureList
 

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
}
 

Functions

_OgreExport bool Ogre::operator!= (const ShadowTextureConfig &lhs, const ShadowTextureConfig &rhs)
 
_OgreExport bool Ogre::operator== (const ShadowTextureConfig &lhs, const ShadowTextureConfig &rhs)