![]() |
VR-Forces 4.6 Class Documentation
|
Visitor that locates effect textures and installs them into the scene graph. More...

Public Member Functions | |
| DtCdbEffectTextureVisitor (DtOsgFileCache &fileCache) | |
| CTOR. | |
| virtual | ~DtCdbEffectTextureVisitor () |
| DTOR. | |
Protected Types | |
| typedef std::map < DtCdbEffectTextureType, osg::ref_ptr < DtOsgEffectTextureController > > | Controllers |
Protected Member Functions | |
| virtual void | apply (osg::Node &node) |
| virtual void | apply (osg::Geode &geode) |
| virtual void | apply (osg::StateSet *stateSet) |
| virtual bool | checkAndInstallEffectTexture (osg::StateSet *stateSet, osg::Texture *baseTexture, osg::Texture *effectTexture, int baseUnit, int effectUnit, DtCdbEffectTextureType type) |
Protected Attributes | |
| Controllers | myControllers |
Static Protected Attributes | |
| static boost::mutex | theVisitorMutex |
Visitor that locates effect textures and installs them into the scene graph.
Run this prior to running the Shader Generator to pick up normal maps(bump maps), night maps, light maps for CDB
|
protected |
| makVrv::DtCdbEffectTextureVisitor::DtCdbEffectTextureVisitor | ( | DtOsgFileCache & | fileCache | ) |
CTOR.
|
virtual |
DTOR.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
staticprotected |