OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Struct containing information about a LOD change event for movable objects. More...
#include <OgreLodListener.h>
Public Attributes | |
Camera * | camera |
The camera with respect to which the level of detail has changed. | |
MovableObject * | movableObject |
The movable object whose level of detail has changed. | |
Struct containing information about a LOD change event for movable objects.
MovableObject* Ogre::MovableObjectLodChangedEvent::movableObject |
The movable object whose level of detail has changed.
Camera* Ogre::MovableObjectLodChangedEvent::camera |
The camera with respect to which the level of detail has changed.