OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LOD
+ Collaboration diagram for LOD:

Classes

class  Ogre::BitArray
 
class  Ogre::DistanceLodStrategy
 Level of detail strategy based on distance from camera. More...
 
struct  Ogre::EntityMaterialLodChangedEvent
 Struct containing information about a material lod change event for entities. More...
 
struct  Ogre::EntityMeshLodChangedEvent
 Struct containing information about a mesh lod change event for entities. More...
 
struct  Ogre::HardwareBufferLockGuard< T >
 
class  Ogre::LodListener
 A interface class defining a listener which can be used to receive notifications of lod events. More...
 
class  Ogre::LodStrategy
 Strategy for determining level of detail. More...
 
class  Ogre::LodStrategyManager
 Manager for lod strategies. More...
 
struct  Ogre::MovableObjectLodChangedEvent
 Struct containing information about a lod change event for movable objects. More...
 
class  Ogre::PatchMesh
 Patch specialisation of Mesh. More...
 
class  Ogre::PatchMeshPtr
 Specialisation of SharedPtr to allow SharedPtr to be assigned to PatchMeshPtr. More...
 
class  Ogre::PatchSurface
 A surface which is defined by curves of some kind to form a patch, e.g. More...
 
class  Ogre::PixelCountLodStrategy
 Level of detail strategy based on pixel count approximation from bounding sphere projection. More...
 
class  Ogre::ProgressiveMesh
 This class reduces the complexity of the geometry it is given. More...
 

Typedefs

typedef
HardwareBufferLockGuard
< HardwareIndexBufferSharedPtr > 
Ogre::IndexBufferLockGuard
 
typedef
HardwareBufferLockGuard
< HardwareVertexBufferSharedPtr > 
Ogre::VertexBufferLockGuard
 

Detailed Description

Typedef Documentation

typedef HardwareBufferLockGuard<HardwareIndexBufferSharedPtr> Ogre::IndexBufferLockGuard

Definition at line 411 of file OgreProgressiveMesh.h.

typedef HardwareBufferLockGuard<HardwareVertexBufferSharedPtr> Ogre::VertexBufferLockGuard

Definition at line 410 of file OgreProgressiveMesh.h.