| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/opengl/additivemultitexturingeffectgl.h>

Public Member Functions | |
| AdditiveMultiTexturingEffectGL (Iterator< SO< TextureGL > > *textures=NULL, Iterator< double > *weights=NULL, Iterator< SO< TexGenGL > > *texGens=NULL, double previousEffectWeight=0.0, bool shaded=false) | |
| Iterator< SO< TextureGL > > * | getTextures () const |
| void | setTextures (Iterator< SO< TextureGL > > *textures) |
| Iterator< double > * | getWeights () const |
| void | setWeights (Iterator< double > *weights) |
| Iterator< SO< TexGenGL > > * | getTexGens () const |
| void | setTexGens (Iterator< SO< TexGenGL > > *texGens) |
| double | getPreviousEffectWeight () const |
| void | setPreviousEffectWeight (double previousEffectWeight) |
| virtual bool | ignorePreviousEffects () const |
| VRS_TYPEINFO (AdditiveMultiTexturingEffectGL, TexturingEffectGL) | |
| VRS_SERIALIZABLE (AdditiveMultiTexturingEffectGL) | |
| VRS::AdditiveMultiTexturingEffectGL::AdditiveMultiTexturingEffectGL | ( | Iterator< SO< TextureGL > > * | textures = NULL, |
|
| Iterator< double > * | weights = NULL, |
|||
| Iterator< SO< TexGenGL > > * | texGens = NULL, |
|||
| double | previousEffectWeight = 0.0, |
|||
| bool | shaded = false | |||
| ) |
| Iterator<double>* VRS::AdditiveMultiTexturingEffectGL::getWeights | ( | ) | const |
| void VRS::AdditiveMultiTexturingEffectGL::setWeights | ( | Iterator< double > * | weights | ) |
| double VRS::AdditiveMultiTexturingEffectGL::getPreviousEffectWeight | ( | ) | const |
| void VRS::AdditiveMultiTexturingEffectGL::setPreviousEffectWeight | ( | double | previousEffectWeight | ) |
| virtual bool VRS::AdditiveMultiTexturingEffectGL::ignorePreviousEffects | ( | ) | const [virtual] |
Reimplemented from VRS::TexturingEffectGL.
| VRS::AdditiveMultiTexturingEffectGL::VRS_TYPEINFO | ( | AdditiveMultiTexturingEffectGL | , | |
| TexturingEffectGL | ||||
| ) |
| VRS::AdditiveMultiTexturingEffectGL::VRS_SERIALIZABLE | ( | AdditiveMultiTexturingEffectGL | ) |