OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::EntityMaterialLodChangedEvent Struct Reference

Struct containing information about a material LOD change event for entities. More...

#include <OgreLodListener.h>

Public Attributes

Cameracamera
 The camera with respect to which the 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...
 
SubEntitysubEntity
 The sub-entity whose material's level of detail has changed. More...
 

Detailed Description

Struct containing information about a material LOD change event for entities.

Member Data Documentation

◆ subEntity

SubEntity* Ogre::EntityMaterialLodChangedEvent::subEntity

The sub-entity whose material's level of detail has changed.

◆ camera

Camera* Ogre::EntityMaterialLodChangedEvent::camera

The camera with respect to which the level of detail has changed.

◆ lodValue

Real Ogre::EntityMaterialLodChangedEvent::lodValue

LOD value as determined by LOD strategy.

◆ previousLodIndex

ushort Ogre::EntityMaterialLodChangedEvent::previousLodIndex

Previous level of detail index.

◆ newLodIndex

ushort Ogre::EntityMaterialLodChangedEvent::newLodIndex

New level of detail index.


The documentation for this struct was generated from the following file: