OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Struct containing information about a material 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. | |
Real | lodValue |
LOD value as determined by LOD strategy. | |
ushort | newLodIndex |
New level of detail index. | |
ushort | previousLodIndex |
Previous level of detail index. | |
SubEntity * | subEntity |
The sub-entity whose material's level of detail has changed. | |
Struct containing information about a material LOD change event for entities.
SubEntity* Ogre::EntityMaterialLodChangedEvent::subEntity |
The sub-entity whose material's level of detail has changed.
Camera* Ogre::EntityMaterialLodChangedEvent::camera |
The camera with respect to which the level of detail has changed.
Real Ogre::EntityMaterialLodChangedEvent::lodValue |
LOD value as determined by LOD strategy.
ushort Ogre::EntityMaterialLodChangedEvent::previousLodIndex |
Previous level of detail index.
ushort Ogre::EntityMaterialLodChangedEvent::newLodIndex |
New level of detail index.