OGRE  1.9.0
Ogre::EntityMeshLodChangedEvent Struct Reference

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

#include <OgreLodListener.h>

Public Attributes

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

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

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

Entity* Ogre::EntityMeshLodChangedEvent::entity

The entity whose level of detail has changed.

Definition at line 57 of file OgreLodListener.h.

◆ lodValue

Real Ogre::EntityMeshLodChangedEvent::lodValue

LOD value as determined by LOD strategy.

Definition at line 63 of file OgreLodListener.h.

◆ newLodIndex

ushort Ogre::EntityMeshLodChangedEvent::newLodIndex

New level of detail index.

Definition at line 69 of file OgreLodListener.h.

◆ previousLodIndex

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: