Render queue listener used to set up rendering events. More...
#include <OgreCompositorChain.h>
Public Member Functions | |
RQListener () | |
void | flushUpTo (uint8 id) |
Flush remaining render system operations. | |
void | notifyViewport (Viewport *vp) |
Notify current destination viewport. | |
virtual void | postRenderQueues () |
Event raised after all render queues are processed. | |
virtual void | preRenderQueues () |
Event raised before all render queues are processed. | |
virtual void | renderQueueEnded (uint8 queueGroupId, const String &invocation, bool &repeatThisInvocation) |
Event raised after a queue group is rendered. | |
virtual void | renderQueueStarted (uint8 queueGroupId, const String &invocation, bool &skipThisInvocation) |
Event raised before a queue group is rendered. | |
void | setOperation (CompositorInstance::TargetOperation *op, SceneManager *sm, RenderSystem *rs) |
Set current operation and target. | |
Private Attributes | |
CompositorInstance::RenderSystemOpPairs::iterator | currentOp |
CompositorInstance::RenderSystemOpPairs::iterator | lastOp |
CompositorInstance::TargetOperation * | mOperation |
RenderSystem * | mRenderSystem |
SceneManager * | mSceneManager |
Viewport * | mViewport |
Render queue listener used to set up rendering events.
Definition at line 202 of file OgreCompositorChain.h.
Ogre::CompositorChain::RQListener::RQListener | ( | ) |
Definition at line 205 of file OgreCompositorChain.h.
Flush remaining render system operations.
Notify current destination viewport.
Definition at line 218 of file OgreCompositorChain.h.
Event raised after all render queues are processed.
Definition at line 66 of file OgreRenderQueueListener.h.
Event raised before all render queues are processed.
Definition at line 63 of file OgreRenderQueueListener.h.
|
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. |
Reimplemented from Ogre::RenderQueueListener.
|
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. |
Reimplemented from Ogre::RenderQueueListener.
void Ogre::CompositorChain::RQListener::setOperation | ( | CompositorInstance::TargetOperation * | op, |
SceneManager * | sm, | ||
RenderSystem * | rs | ||
) |
Set current operation and target.
|
private |
Definition at line 227 of file OgreCompositorChain.h.
|
private |
Definition at line 227 of file OgreCompositorChain.h.
|
private |
Definition at line 223 of file OgreCompositorChain.h.
|
private |
Definition at line 225 of file OgreCompositorChain.h.
|
private |
Definition at line 224 of file OgreCompositorChain.h.
|
private |
Definition at line 226 of file OgreCompositorChain.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.