#include <OgreRenderQueueListener.h>
Public Member Functions | |
virtual | ~RenderQueueListener () |
virtual void | renderQueueStarted (uint8 queueGroupId, const String &invocation, bool &skipThisInvocation)=0 |
Event raised before a queue group is rendered. | |
virtual void | renderQueueEnded (uint8 queueGroupId, const String &invocation, bool &repeatThisInvocation)=0 |
Event raised after a queue group is rendered. |
Definition at line 51 of file OgreRenderQueueListener.h.
virtual Ogre::RenderQueueListener::~RenderQueueListener | ( | ) | [virtual] |
Definition at line 54 of file OgreRenderQueueListener.h.
virtual void Ogre::RenderQueueListener::renderQueueStarted | ( | uint8 | queueGroupId, | |
const String & | invocation, | |||
bool & | skipThisInvocation | |||
) | [pure virtual] |
Event raised before a queue group is rendered.
queueGroupId | The id of the queue group which is about to be rendered | |
invocation | Name of the invocation which is causing this to be called ( |
skipThisInvocation | A boolean passed by reference which is by default set to false. If the event sets this to true, the queue will be skipped and not rendered. Note that in this case the renderQueueEnded event will not be raised for this queue group. |
Implemented in Ogre::CompositorChain::RQListener.
virtual void Ogre::RenderQueueListener::renderQueueEnded | ( | uint8 | queueGroupId, | |
const String & | invocation, | |||
bool & | repeatThisInvocation | |||
) | [pure virtual] |
Event raised after a queue group is rendered.
queueGroupId | The id of the queue group which has just been rendered | |
invocation | Name of the invocation which is causing this to be called ( |
repeatThisInvocation | A boolean passed by reference which is by default set to false. If the event sets this to true, the queue which has just been rendered will be repeated, and the renderQueueStarted and renderQueueEnded events will also be fired for it again. |
Implemented in Ogre::CompositorChain::RQListener.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 27 22:05:26 2009