|
| | DtSensorTextureController (DtDe &de) |
| | CTOR. More...
|
| |
| virtual | ~DtSensorTextureController () |
| | DTOR. More...
|
| |
| virtual bool | installShaders (int baseUnit, int effectUnit, const osg::Texture *tex, osg::StateSet *stateSet, const std::string &baseTextureName) const |
| | derrived class override function for setting up the virtual program for the sensor texture effect texture More...
|
| |
| | 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...
|
| |
| 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...
|
| |
Installs and control cameraFX texture replacement effects.