#include <OgreCompositorInstance.h>
Public Types | |
| typedef std::bitset< RENDER_QUEUE_COUNT > | RenderQueueBitSet |
| A set of render queues to either include or exclude certain render queues. | |
Public Member Functions | |
| TargetOperation () | |
| TargetOperation (RenderTarget *target) | |
Public Attributes | |
| RenderTarget * | target |
| Target. | |
| int | currentQueueGroupID |
| Current group ID. | |
| RenderSystemOpPairs | renderSystemOperations |
| RenderSystem operations to queue into the scene manager, by uint8. | |
| uint32 | visibilityMask |
| Scene visibility mask If this is 0, the scene is not rendered at all. | |
| float | lodBias |
| LOD offset. | |
| RenderQueueBitSet | renderQueues |
| Which renderqueues to render from scene. | |
| bool | onlyInitial |
| bool | hasBeenRendered |
| "Has been rendered" flag; used in combination with onlyInitial to determine whether to skip this target operation. | |
| bool | findVisibleObjects |
| Whether this op needs to find visible scene objects or not. | |
| String | materialScheme |
| Which material scheme this op will use. | |
Definition at line 88 of file OgreCompositorInstance.h.
|
|
A set of render queues to either include or exclude certain render queues.
Definition at line 120 of file OgreCompositorInstance.h. |
|
|
Definition at line 91 of file OgreCompositorInstance.h. |
|
|
Definition at line 94 of file OgreCompositorInstance.h. |
|
|
Current group ID.
Definition at line 104 of file OgreCompositorInstance.h. |
|
|
Whether this op needs to find visible scene objects or not.
Definition at line 134 of file OgreCompositorInstance.h. |
|
|
"Has been rendered" flag; used in combination with onlyInitial to determine whether to skip this target operation.
Definition at line 131 of file OgreCompositorInstance.h. |
|
|
LOD offset. This is multiplied with the camera LOD offset 1.0 is default, lower means lower detail, higher means higher detail Definition at line 116 of file OgreCompositorInstance.h. |
|
|
Which material scheme this op will use.
Definition at line 136 of file OgreCompositorInstance.h. |
|
|
Definition at line 127 of file OgreCompositorInstance.h. |
|
|
Which renderqueues to render from scene.
Definition at line 123 of file OgreCompositorInstance.h. |
|
|
RenderSystem operations to queue into the scene manager, by uint8.
Definition at line 108 of file OgreCompositorInstance.h. |
|
|
Target.
Definition at line 101 of file OgreCompositorInstance.h. |
|
|
Scene visibility mask If this is 0, the scene is not rendered at all.
Definition at line 112 of file OgreCompositorInstance.h. |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jan 21 10:02:00 2007