#include <OgreCompositorChain.h>
Public Member Functions | ||||||||||
virtual void | renderQueueStarted (uint8 id, const String &invocation, bool &skipThisQueue) | |||||||||
Event raised before a queue group is rendered.
| ||||||||||
virtual void | renderQueueEnded (uint8 id, const String &invocation, bool &repeatThisQueue) | |||||||||
Event raised after a queue group is rendered.
| ||||||||||
void | setOperation (CompositorInstance::TargetOperation *op, SceneManager *sm, RenderSystem *rs) | |||||||||
Set current operation and target. | ||||||||||
void | notifyViewport (Viewport *vp) | |||||||||
Notify current destination viewport. | ||||||||||
void | flushUpTo (uint8 id) | |||||||||
Flush remaining render system operations. | ||||||||||
Private Attributes | ||||||||||
CompositorInstance::TargetOperation * | mOperation | |||||||||
SceneManager * | mSceneManager | |||||||||
RenderSystem * | mRenderSystem | |||||||||
Viewport * | mViewport | |||||||||
CompositorInstance::RenderSystemOpPairs::iterator | currentOp | |||||||||
CompositorInstance::RenderSystemOpPairs::iterator | lastOp |
Definition at line 172 of file OgreCompositorChain.h.
virtual void Ogre::CompositorChain::RQListener::renderQueueStarted | ( | uint8 | id, | |
const String & | invocation, | |||
bool & | skipThisQueue | |||
) | [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. |
Implements Ogre::RenderQueueListener.
virtual void Ogre::CompositorChain::RQListener::renderQueueEnded | ( | uint8 | id, | |
const String & | invocation, | |||
bool & | repeatThisQueue | |||
) | [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. |
Implements Ogre::RenderQueueListener.
void Ogre::CompositorChain::RQListener::setOperation | ( | CompositorInstance::TargetOperation * | op, | |
SceneManager * | sm, | |||
RenderSystem * | rs | |||
) |
Set current operation and target.
void Ogre::CompositorChain::RQListener::notifyViewport | ( | Viewport * | vp | ) |
void Ogre::CompositorChain::RQListener::flushUpTo | ( | uint8 | id | ) |
Flush remaining render system operations.
Definition at line 191 of file OgreCompositorChain.h.
Definition at line 192 of file OgreCompositorChain.h.
Definition at line 193 of file OgreCompositorChain.h.
Definition at line 194 of file OgreCompositorChain.h.
CompositorInstance::RenderSystemOpPairs::iterator Ogre::CompositorChain::RQListener::currentOp [private] |
Definition at line 195 of file OgreCompositorChain.h.
CompositorInstance::RenderSystemOpPairs::iterator Ogre::CompositorChain::RQListener::lastOp [private] |
Definition at line 195 of file OgreCompositorChain.h.
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:03:05 2009