29#ifndef __LodListener_H__
30#define __LodListener_H__
A viewpoint from which the scene will be rendered.
Defines an instance of a discrete, movable object based on a Mesh.
A interface class defining a listener which can be used to receive notifications of LOD events.
virtual bool prequeueEntityMaterialLodChanged(EntityMaterialLodChangedEvent &evt)
Called before an entity's material LOD has changed.
virtual void postqueueMovableObjectLodChanged(const MovableObjectLodChangedEvent &evt)
Called after a movable object's LOD has changed.
virtual bool prequeueEntityMeshLodChanged(EntityMeshLodChangedEvent &evt)
Called before an entity's mesh LOD has changed.
virtual void postqueueEntityMeshLodChanged(const EntityMeshLodChangedEvent &evt)
Called after an entity's mesh LOD has changed.
virtual void postqueueEntityMaterialLodChanged(const EntityMaterialLodChangedEvent &evt)
Called after an entity's material LOD has changed.
virtual bool prequeueMovableObjectLodChanged(const MovableObjectLodChangedEvent &evt)
Called before a movable object's LOD has changed.
Abstract class defining a movable object in a scene.
Reference-counted shared pointer, used for objects where implicit destruction is required.
Utility class which defines the sub-parts of an Entity.
Struct containing information about a material LOD change event for entities.
SubEntity * subEntity
The sub-entity whose material's level of detail has changed.
ushort newLodIndex
New level of detail index.
Camera * camera
The camera with respect to which the level of detail has changed.
Real lodValue
LOD value as determined by LOD strategy.
ushort previousLodIndex
Previous level of detail index.
Struct containing information about a mesh LOD change event for entities.
ushort previousLodIndex
Previous level of detail index.
Real lodValue
LOD value as determined by LOD strategy.
ushort newLodIndex
New level of detail index.
Camera * camera
The camera with respect to which the level of detail has changed.
Entity * entity
The entity whose level of detail has changed.
Struct containing information about a LOD change event for movable objects.
MovableObject * movableObject
The movable object whose level of detail has changed.
Camera * camera
The camera with respect to which the level of detail has changed.