Struct containing information about a mesh LOD change event for entities. More...
#include <OgreLodListener.h>
Public Attributes | |
Camera * | camera |
The camera with respect to which the level of detail has changed. More... | |
Entity * | entity |
The entity whose level of detail has changed. More... | |
Real | lodValue |
LOD value as determined by LOD strategy. More... | |
ushort | newLodIndex |
New level of detail index. More... | |
ushort | previousLodIndex |
Previous level of detail index. More... | |
Struct containing information about a mesh LOD change event for entities.
Definition at line 54 of file OgreLodListener.h.
Camera* Ogre::EntityMeshLodChangedEvent::camera |
The camera with respect to which the level of detail has changed.
Definition at line 60 of file OgreLodListener.h.
Entity* Ogre::EntityMeshLodChangedEvent::entity |
The entity whose level of detail has changed.
Definition at line 57 of file OgreLodListener.h.
Real Ogre::EntityMeshLodChangedEvent::lodValue |
LOD value as determined by LOD strategy.
Definition at line 63 of file OgreLodListener.h.
ushort Ogre::EntityMeshLodChangedEvent::newLodIndex |
New level of detail index.
Definition at line 69 of file OgreLodListener.h.
ushort Ogre::EntityMeshLodChangedEvent::previousLodIndex |
Previous level of detail index.
Definition at line 66 of file OgreLodListener.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Jun 25 2014 20:52:52