OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Ogre::EntityMaterialLodChangedEvent Struct Reference

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

#include <OgreLodListener.h>

+ Collaboration diagram for Ogre::EntityMaterialLodChangedEvent:

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* 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.


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