OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::CompositorInstance::TargetOperation Class Reference

Operation setup for a RenderTarget (collected). More...

#include <OgreCompositorInstance.h>

+ Collaboration diagram for Ogre::CompositorInstance::TargetOperation:

Public Types

typedef std::bitset
< RENDER_QUEUE_COUNT
RenderQueueBitSet
 A set of render queues to either include or exclude certain render queues. More...
 

Public Member Functions

 TargetOperation ()
 
 TargetOperation (RenderTarget *inTarget)
 

Public Attributes

int currentQueueGroupID
 Current group ID. More...
 
bool findVisibleObjects
 Whether this op needs to find visible scene objects or not. More...
 
bool hasBeenRendered
 "Has been rendered" flag; used in combination with onlyInitial to determine whether to skip this target operation. More...
 
float lodBias
 LOD offset. More...
 
String materialScheme
 Which material scheme this op will use. More...
 
bool onlyInitial
 
RenderQueueBitSet renderQueues
 Which renderqueues to render from scene. More...
 
RenderSystemOpPairs renderSystemOperations
 RenderSystem operations to queue into the scene manager, by uint8. More...
 
bool shadowsEnabled
 Whether shadows will be enabled. More...
 
RenderTargettarget
 Target. More...
 
uint32 visibilityMask
 Scene visibility mask If this is 0, the scene is not rendered at all. More...
 

Detailed Description

Operation setup for a RenderTarget (collected).

Definition at line 111 of file OgreCompositorInstance.h.

Member Typedef Documentation

A set of render queues to either include or exclude certain render queues.

Definition at line 144 of file OgreCompositorInstance.h.

Constructor & Destructor Documentation

Ogre::CompositorInstance::TargetOperation::TargetOperation ( )
inline

Definition at line 114 of file OgreCompositorInstance.h.

Ogre::CompositorInstance::TargetOperation::TargetOperation ( RenderTarget inTarget)
inline

Definition at line 117 of file OgreCompositorInstance.h.

Member Data Documentation

int Ogre::CompositorInstance::TargetOperation::currentQueueGroupID

Current group ID.

Definition at line 128 of file OgreCompositorInstance.h.

bool Ogre::CompositorInstance::TargetOperation::findVisibleObjects

Whether this op needs to find visible scene objects or not.

Definition at line 158 of file OgreCompositorInstance.h.

bool Ogre::CompositorInstance::TargetOperation::hasBeenRendered

"Has been rendered" flag; used in combination with onlyInitial to determine whether to skip this target operation.

Definition at line 155 of file OgreCompositorInstance.h.

float Ogre::CompositorInstance::TargetOperation::lodBias

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 140 of file OgreCompositorInstance.h.

String Ogre::CompositorInstance::TargetOperation::materialScheme

Which material scheme this op will use.

Definition at line 160 of file OgreCompositorInstance.h.

bool Ogre::CompositorInstance::TargetOperation::onlyInitial
RenderQueueBitSet Ogre::CompositorInstance::TargetOperation::renderQueues

Which renderqueues to render from scene.

Definition at line 147 of file OgreCompositorInstance.h.

RenderSystemOpPairs Ogre::CompositorInstance::TargetOperation::renderSystemOperations

RenderSystem operations to queue into the scene manager, by uint8.

Definition at line 132 of file OgreCompositorInstance.h.

bool Ogre::CompositorInstance::TargetOperation::shadowsEnabled

Whether shadows will be enabled.

Definition at line 162 of file OgreCompositorInstance.h.

RenderTarget* Ogre::CompositorInstance::TargetOperation::target

Target.

Definition at line 125 of file OgreCompositorInstance.h.

uint32 Ogre::CompositorInstance::TargetOperation::visibilityMask

Scene visibility mask If this is 0, the scene is not rendered at all.

Definition at line 136 of file OgreCompositorInstance.h.


The documentation for this class was generated from the following file: