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

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

#include <OgreLodListener.h>

+ Collaboration diagram for Ogre::EntityMeshLodChangedEvent:

Public Attributes

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

Detailed Description

Struct containing information about a mesh lod change event for entities.

Definition at line 54 of file OgreLodListener.h.

Member Data Documentation

Camera* Ogre::EntityMeshLodChangedEvent::camera

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

Definition at line 60 of file OgreLodListener.h.

Entity* Ogre::EntityMeshLodChangedEvent::entity

The entity whose level of detail has changed.

Definition at line 57 of file OgreLodListener.h.

Real Ogre::EntityMeshLodChangedEvent::lodValue

Lod value as determined by lod strategy.

Definition at line 63 of file OgreLodListener.h.

ushort Ogre::EntityMeshLodChangedEvent::newLodIndex

New level of detail index.

Definition at line 69 of file OgreLodListener.h.

ushort Ogre::EntityMeshLodChangedEvent::previousLodIndex

Previous level of detail index.

Definition at line 66 of file OgreLodListener.h.


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