VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtOsgBumpMapController Class Reference

Installs and control bump mapping effects. More...

Inheritance diagram for makVrv::DtOsgBumpMapController:
Inheritance graph
[legend]

Public Member Functions

 DtOsgBumpMapController (DtDe &de)
 CTOR. More...
 
virtual ~DtOsgBumpMapController ()
 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...
 
- 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...
 
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...
 

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 &params) 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 DtOsgFileCachemyFileCache
 
DtDemyDe
 

Detailed Description

Installs and control bump mapping effects.

This is the grayscale image that store the height used for bump mapping Do not confuse it with normal map which use the 3 channel tangent space normal map

Constructor & Destructor Documentation

makVrv::DtOsgBumpMapController::DtOsgBumpMapController ( DtDe de)

CTOR.

virtual makVrv::DtOsgBumpMapController::~DtOsgBumpMapController ( )
virtual

DTOR.

Member Function Documentation

virtual bool makVrv::DtOsgBumpMapController::installShaders ( int  baseUnit,
int  effectUnit,
const osg::Texture *  tex,
osg::StateSet *  stateSet,
const std::string &  baseTextureName 
) const
virtual

install shaders for a stateset if required by this effect.

Reimplemented from makVrv::DtOsgEffectTextureController.


The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)