![]() |
VR-Forces 4.8 Class Documentation
|
Installs and control configurable mapping effects. More...

Public Member Functions | |
| DtOsgConfigurableEffectController (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtOsgConfigurableEffectController () |
| DTOR. More... | |
| virtual bool | installShaders (int baseUnit, int effectUnit, const osg::Texture *tex, osg::StateSet *stateSet, const std::string &baseTextureName) const |
| install shaders for a stateset if required by this effect. More... | |
| virtual void | findEffectTexture (const std::string &baseTextureName, const osgDB::Options *dbOptions, const DtPossibleFileNamesCache &possibleFilenames, const osg::Texture *baseTexture, osg::ref_ptr< osg::Texture > &effectTexture) const |
| Find the effect texture for this effect, if one exists. More... | |
| virtual bool | isEffectTexture (const osg::Texture *tex, const std::string &texName) const |
| \brief True if the provided texture is an effect texture of this object's type. More... | |
Public Member Functions inherited from makVrv::DtOsgEffectTextureController | |
| DtOsgEffectTextureController (DtDe &de, int type, const std::string &effectTypeCode) | |
| CTOR. More... | |
| virtual const std::string & | effectTypeCode () const |
| The type code string for this effect. More... | |
| virtual int | effectTextureType () const |
| return the effect texture type More... | |
| virtual osg::Texture * | installEffectTexture (osg::Texture *baseTexture, int baseTexUnit, osg::StateSet *stateSet, const osgDB::Options *dbOptions, const DtPossibleFileNamesCache &possibleFilenames) const |
| Install the effect texture from a list of possible effect texture names. More... | |
Static Public Member Functions | |
| static bool | isConfigurableMapTexture (const std::string &textureName) |
| static std::vector< std::string > | parseSuffix (const std::string &baseTextureName, const std::string &effectTextureName, DtDe &de) |
| static std::vector< std::string > | getSuffixBasedOnExtendedMaterial (const std::string &textPath, const osg::StateSet *stateSet) |
| Return the suffixes based on extended material. More... | |
Static Protected Member Functions | |
| static std::set< std::string > | initChannelIds () |
Static Protected Attributes | |
| static const std::set < std::string > | theChannelIds |
Private Member Functions | |
| DtOsgConfigurableEffectController (const DtOsgConfigurableEffectController &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtOsgConfigurableEffectController & | operator= (const DtOsgConfigurableEffectController &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from makVrv::DtOsgEffectTextureController | |
| virtual | ~DtOsgEffectTextureController () |
| DTOR. More... | |
| virtual osgEarth::VirtualProgram * | installVirtualProgram (int baseUnit, int effectUnit, const osg::Texture *tex, osg::StateSet *stateSet, const std::string &baseTextureName, const DtVirtualProgramParams ¶ms) const |
| installer helper function More... | |
| virtual void | applyDefaultShaderLODRanges (osgEarth::VirtualProgram *vp, const std::string &function) const |
Protected Attributes inherited from makVrv::DtOsgEffectTextureController | |
| const int | myEffectTextureType |
| const std::string | myEffectTypeCode |
| float | myDefaultMaxRange |
| const DtOsgFileCache & | myFileCache |
| DtDe & | myDe |
Installs and control configurable mapping effects.
| makVrv::DtOsgConfigurableEffectController::DtOsgConfigurableEffectController | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
install shaders for a stateset if required by this effect.
Reimplemented from makVrv::DtOsgEffectTextureController.
|
virtual |
Find the effect texture for this effect, if one exists.
Reimplemented from makVrv::DtOsgEffectTextureController.
|
virtual |
\brief True if the provided texture is an effect texture of this object's type.
|
static |
|
static |
|
static |
Return the suffixes based on extended material.
|
staticprotected |
|
staticprotected |