|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
Abstract interface which classes must implement if they wish to receive events from the scene manager when single object is about to be rendered. More...
#include <OgreRenderObjectListener.h>
| Public Member Functions | |
| virtual | ~RenderObjectListener () | 
| virtual void | notifyRenderSingleObject (Renderable *rend, const Pass *pass, const AutoParamDataSource *source, const LightList *pLightList, bool suppressRenderStateChanges)=0 | 
| Event raised when render single object started. | |
Abstract interface which classes must implement if they wish to receive events from the scene manager when single object is about to be rendered.
| 
 | inlinevirtual | 
| 
 | pure virtual | 
Event raised when render single object started.
This method is called by the SceneManager.
| rend | The renderable that is going to be rendered. | 
| pass | The pass which was set. | 
| source | The auto parameter source used within this render call. | 
| pLightList | The light list in use. | 
| suppressRenderStateChanges | True if render state changes should be suppressed. |