![]() |
VR-Forces Developer's Guide
|
Installs and control snow mask mapping effects.

Public Member Functions | |
| DtSnowMaskMapController (DtDe &de) | |
| virtual | ~DtSnowMaskMapController () |
| virtual osg::Texture * | installEffectTexture (osg::Texture *baseTexture, int texUnit, osg::StateSet *stateSet, const osgDB::Options *dbOptions, const DtPossibleFileNamesCache &possibleFilenames) const |
| virtual bool | installShaders (int baseUnit, int effectUnit, const osg::Texture *tex, osg::StateSet *stateSet, const std::string &baseTextureName) const |
Public Member Functions inherited from makVrv::DtOsgEffectTextureController | |
| DtOsgEffectTextureController (DtDe &de, int type, const std::string &effectTypeCode) | |
| virtual const std::string & | effectTypeCode () const |
| virtual int | effectTextureType () const |
| 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 |
Private Member Functions | |
| DtSnowMaskMapController () | |
| DtSnowMaskMapController (const DtSnowMaskMapController &) | |
| DtSnowMaskMapController & | operator= (const DtSnowMaskMapController &) |
Additional Inherited Members | |
Protected Member Functions inherited from makVrv::DtOsgEffectTextureController | |
| virtual | ~DtOsgEffectTextureController () |
| virtual osgEarth::VirtualProgram * | installVirtualProgram (int baseUnit, int effectUnit, const osg::Texture *tex, osg::StateSet *stateSet, const std::string &baseTextureName, const DtVirtualProgramParams ¶ms) const |
| 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 |
| makVrv::DtSnowMaskMapController::DtSnowMaskMapController | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
private |
unimplemented private default constructor
|
private |
Copy Constructor not implemented – Copy not allowed.
|
private |
Assignment Operator not implemented – Copy not allowed.
|
virtual |
install the snow mask effect texture if it is available
Reimplemented from makVrv::DtOsgEffectTextureController.
|
virtual |
install the snow mask effect shaders based on the SNO texture that was found.
Reimplemented from makVrv::DtOsgEffectTextureController.