Public Attributes | List of all members
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.

Definition at line 73 of file OgreLodListener.h.

Member Data Documentation

§ camera

Camera* Ogre::EntityMaterialLodChangedEvent::camera

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

Definition at line 79 of file OgreLodListener.h.

§ lodValue

Real Ogre::EntityMaterialLodChangedEvent::lodValue

LOD value as determined by LOD strategy.

Definition at line 82 of file OgreLodListener.h.

§ newLodIndex

ushort Ogre::EntityMaterialLodChangedEvent::newLodIndex

New level of detail index.

Definition at line 88 of file OgreLodListener.h.

§ previousLodIndex

ushort Ogre::EntityMaterialLodChangedEvent::previousLodIndex

Previous level of detail index.

Definition at line 85 of file OgreLodListener.h.

§ subEntity

SubEntity* Ogre::EntityMaterialLodChangedEvent::subEntity

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

Definition at line 76 of file OgreLodListener.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Mon Jan 2 2017 11:59:33