#include <OgreCompositionTargetPass.h>
Public Types | |
| enum | InputMode { IM_NONE, IM_PREVIOUS } |
| Input mode of a TargetPass. More... | |
| typedef std::vector < CompositionPass * > | Passes |
| typedef VectorIterator < Passes > | PassIterator |
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 | setShadowsEnabled (bool enabled) |
| Set whether shadows are enabled in this target pass. | |
| bool | getShadowsEnabled (void) const |
| Get whether shadows are enabled in 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. | |
| bool | _isSupported (void) |
| Determine if this target pass is supported on the current rendering device. | |
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. | |
| bool | mShadowsEnabled |
| Shadows option. | |
Definition at line 39 of file OgreCompositionTargetPass.h.
| typedef std::vector<CompositionPass *> Ogre::CompositionTargetPass::Passes |
Definition at line 52 of file OgreCompositionTargetPass.h.
Definition at line 53 of file OgreCompositionTargetPass.h.
| Ogre::CompositionTargetPass::CompositionTargetPass | ( | CompositionTechnique * | parent | ) |
| Ogre::CompositionTargetPass::~CompositionTargetPass | ( | ) |
| void Ogre::CompositionTargetPass::setInputMode | ( | InputMode | mode | ) |
Set input mode of this TargetPass.
| InputMode Ogre::CompositionTargetPass::getInputMode | ( | ) | const |
Get input mode.
| void Ogre::CompositionTargetPass::setOutputName | ( | const String & | out | ) |
Set output local texture name.
| const String& Ogre::CompositionTargetPass::getOutputName | ( | ) | const |
Get output local texture name.
| void Ogre::CompositionTargetPass::setOnlyInitial | ( | bool | value | ) |
Set "only initial" flag.
This makes that this target pass is only executed initially after the effect has been enabled.
| bool Ogre::CompositionTargetPass::getOnlyInitial | ( | ) |
Get "only initial" flag.
| void Ogre::CompositionTargetPass::setVisibilityMask | ( | uint32 | mask | ) |
Set the scene visiblity mask used by this pass.
| uint32 Ogre::CompositionTargetPass::getVisibilityMask | ( | ) |
Get the scene visiblity mask used by this pass.
| void Ogre::CompositionTargetPass::setMaterialScheme | ( | const String & | schemeName | ) |
Set the material scheme used by this target pass.
| const String& Ogre::CompositionTargetPass::getMaterialScheme | ( | void | ) | const |
Get the material scheme used by this target pass.
| void Ogre::CompositionTargetPass::setShadowsEnabled | ( | bool | enabled | ) |
Set whether shadows are enabled in this target pass.
| bool Ogre::CompositionTargetPass::getShadowsEnabled | ( | void | ) | const |
Get whether shadows are enabled in this target pass.
| void Ogre::CompositionTargetPass::setLodBias | ( | float | bias | ) |
Set the scene LOD bias used by this pass.
The default is 1.0, everything below that means lower quality, higher means higher quality.
| float Ogre::CompositionTargetPass::getLodBias | ( | ) |
Get the scene LOD bias used by this pass.
| CompositionPass* Ogre::CompositionTargetPass::createPass | ( | ) |
Create a new pass, and return a pointer to it.
| void Ogre::CompositionTargetPass::removePass | ( | size_t | idx | ) |
Remove a pass.
It will also be destroyed.
| CompositionPass* Ogre::CompositionTargetPass::getPass | ( | size_t | idx | ) |
Get a pass.
| size_t Ogre::CompositionTargetPass::getNumPasses | ( | ) |
Get the number of passes.
| void Ogre::CompositionTargetPass::removeAllPasses | ( | ) |
Remove all passes.
| PassIterator Ogre::CompositionTargetPass::getPassIterator | ( | void | ) |
Get an iterator over the Passes in this TargetPass.
| CompositionTechnique* Ogre::CompositionTargetPass::getParent | ( | ) |
Get parent object.
| bool Ogre::CompositionTargetPass::_isSupported | ( | void | ) |
Determine if this target pass is supported on the current rendering device.
Passes Ogre::CompositionTargetPass::mPasses [private] |
bool Ogre::CompositionTargetPass::mOnlyInitial [private] |
This target pass is only executed initially after the effect has been enabled.
Definition at line 154 of file OgreCompositionTargetPass.h.
float Ogre::CompositionTargetPass::mLodBias [private] |
bool Ogre::CompositionTargetPass::mShadowsEnabled [private] |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:22 2008