|
OGRE
1.9.0
|
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.
Definition at line 73 of file OgreLodListener.h.
| Camera* Ogre::EntityMaterialLodChangedEvent::camera |
The camera with respect to which the level of detail has changed.
Definition at line 79 of file OgreLodListener.h.
| Real Ogre::EntityMaterialLodChangedEvent::lodValue |
LOD value as determined by LOD strategy.
Definition at line 82 of file OgreLodListener.h.
| ushort Ogre::EntityMaterialLodChangedEvent::newLodIndex |
New level of detail index.
Definition at line 88 of file OgreLodListener.h.
| ushort Ogre::EntityMaterialLodChangedEvent::previousLodIndex |
Previous level of detail index.
Definition at line 85 of file OgreLodListener.h.
| SubEntity* Ogre::EntityMaterialLodChangedEvent::subEntity |
The sub-entity whose material's level of detail has changed.
Definition at line 76 of file OgreLodListener.h.
1.13.2