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

Struct containing information about a lod change event for movable objects. More...

#include <OgreLodListener.h>

+ Collaboration diagram for Ogre::MovableObjectLodChangedEvent:

Public Attributes

Cameracamera
 The camera with respect to which the level of detail has changed. More...
 
MovableObjectmovableObject
 The movable object whose level of detail has changed. More...
 

Detailed Description

Struct containing information about a lod change event for movable objects.

Definition at line 44 of file OgreLodListener.h.

Member Data Documentation

Camera* Ogre::MovableObjectLodChangedEvent::camera

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

Definition at line 50 of file OgreLodListener.h.

MovableObject* Ogre::MovableObjectLodChangedEvent::movableObject

The movable object whose level of detail has changed.

Definition at line 47 of file OgreLodListener.h.


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