#include <OgreCompositionTargetPass.h>
Public Types | |
typedef std::vector< CompositionPass * > | Passes |
typedef VectorIterator< Passes > | PassIterator |
enum | InputMode { IM_NONE, IM_PREVIOUS } |
Input mode of a TargetPass. More... | |
Public Member Functions | |
CompositionTargetPass (CompositionTechnique *parent) | |
~CompositionTargetPass () | |
void | setInputMode (InputMode mode) |
Set input mode of this TargetPass. | |
InputMode | getInputMode () const |
Get input mode. | |
void | setOutputName (const String &out) |
Set output local texture name. | |
const String & | getOutputName () const |
Get output local texture name. | |
void | setOnlyInitial (bool value) |
Set "only initial" flag. | |
bool | getOnlyInitial () |
Get "only initial" flag. | |
void | setVisibilityMask (uint32 mask) |
Set the scene visiblity mask used by this pass. | |
uint32 | getVisibilityMask () |
Get the scene visiblity mask used by this pass. | |
void | setMaterialScheme (const String &schemeName) |
Set the material scheme used by this target pass. | |
const String & | getMaterialScheme (void) const |
Get the material scheme used by this target pass. | |
void | setLodBias (float bias) |
Set the scene LOD bias used by this pass. | |
float | getLodBias () |
Get the scene LOD bias used by this pass. | |
CompositionPass * | createPass () |
Create a new pass, and return a pointer to it. | |
void | removePass (size_t idx) |
Remove a pass. | |
CompositionPass * | getPass (size_t idx) |
Get a pass. | |
size_t | getNumPasses () |
Get the number of passes. | |
void | removeAllPasses () |
Remove all passes. | |
PassIterator | getPassIterator (void) |
Get an iterator over the Passes in this TargetPass. | |
CompositionTechnique * | getParent () |
Get parent object. | |
Private Attributes | |
CompositionTechnique * | mParent |
Parent technique. | |
InputMode | mInputMode |
Input name. | |
String | mOutputName |
(local) output texture | |
Passes | mPasses |
Passes. | |
bool | mOnlyInitial |
This target pass is only executed initially after the effect has been enabled. | |
uint32 | mVisibilityMask |
Visibility mask for this render. | |
float | mLodBias |
LOD bias of this render. | |
String | mMaterialScheme |
Material scheme name. |
Definition at line 35 of file OgreCompositionTargetPass.h.
|
Definition at line 48 of file OgreCompositionTargetPass.h. |
|
Definition at line 49 of file OgreCompositionTargetPass.h. |
|
Input mode of a TargetPass.
Definition at line 43 of file OgreCompositionTargetPass.h. |
|
|
|
|
|
Create a new pass, and return a pointer to it.
|
|
Get input mode.
|
|
Get the scene LOD bias used by this pass.
|
|
Get the material scheme used by this target pass.
|
|
Get the number of passes.
|
|
Get "only initial" flag.
|
|
Get output local texture name.
|
|
Get parent object.
|
|
Get a pass.
|
|
Get an iterator over the Passes in this TargetPass.
|
|
Get the scene visiblity mask used by this pass.
|
|
Remove all passes.
|
|
Remove a pass. It will also be destroyed. |
|
Set input mode of this TargetPass.
|
|
Set the scene LOD bias used by this pass. The default is 1.0, everything below that means lower quality, higher means higher quality. |
|
Set the material scheme used by this target pass.
|
|
Set "only initial" flag. This makes that this target pass is only executed initially after the effect has been enabled. |
|
Set output local texture name.
|
|
Set the scene visiblity mask used by this pass.
|
|
Input name.
Definition at line 126 of file OgreCompositionTargetPass.h. |
|
LOD bias of this render.
Definition at line 137 of file OgreCompositionTargetPass.h. |
|
Material scheme name.
Definition at line 139 of file OgreCompositionTargetPass.h. |
|
This target pass is only executed initially after the effect has been enabled.
Definition at line 133 of file OgreCompositionTargetPass.h. |
|
(local) output texture
Definition at line 128 of file OgreCompositionTargetPass.h. |
|
Parent technique.
Definition at line 124 of file OgreCompositionTargetPass.h. |
|
Passes.
Definition at line 130 of file OgreCompositionTargetPass.h. |
|
Visibility mask for this render.
Definition at line 135 of file OgreCompositionTargetPass.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:38:27 2006