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

Public Member Functions | |
| InterpolatedMultiTexturingEffectGL (TextureGL *interpolator, TextureGL *texture1, TextureGL *texture2, TexGenGL *interpolatorTexGen=NULL, TexGenGL *texGen1=NULL, TexGenGL *texGen2=NULL, bool shaded=false) | |
| TextureGL * | getInterpolator () const |
| void | setInterpolator (TextureGL *interpolator) |
| TexGenGL * | getInterpolatorTexGen () const |
| void | setInterpolatorTexGen (TexGenGL *interpolatorTexGen) |
| TextureGL * | getTexture (unsigned int i) const |
| void | setTexture (unsigned int i, TextureGL *texture) |
| TexGenGL * | getTexGen (unsigned int i) const |
| void | setTexGen (unsigned int i, TexGenGL *texGen) |
| virtual bool | ignorePreviousEffects () const |
| VRS_TYPEINFO (InterpolatedMultiTexturingEffectGL, TexturingEffectGL) | |
| VRS_SERIALIZABLE (InterpolatedMultiTexturingEffectGL) | |
Protected Member Functions | |
| InterpolatedMultiTexturingEffectGL () | |
| VRS::InterpolatedMultiTexturingEffectGL::InterpolatedMultiTexturingEffectGL | ( | TextureGL * | interpolator, | |
| TextureGL * | texture1, | |||
| TextureGL * | texture2, | |||
| TexGenGL * | interpolatorTexGen = NULL, |
|||
| TexGenGL * | texGen1 = NULL, |
|||
| TexGenGL * | texGen2 = NULL, |
|||
| bool | shaded = false | |||
| ) |
| VRS::InterpolatedMultiTexturingEffectGL::InterpolatedMultiTexturingEffectGL | ( | ) | [protected] |
| TextureGL* VRS::InterpolatedMultiTexturingEffectGL::getInterpolator | ( | ) | const |
| void VRS::InterpolatedMultiTexturingEffectGL::setInterpolator | ( | TextureGL * | interpolator | ) |
| TexGenGL* VRS::InterpolatedMultiTexturingEffectGL::getInterpolatorTexGen | ( | ) | const |
| void VRS::InterpolatedMultiTexturingEffectGL::setInterpolatorTexGen | ( | TexGenGL * | interpolatorTexGen | ) |
| TextureGL* VRS::InterpolatedMultiTexturingEffectGL::getTexture | ( | unsigned int | i | ) | const |
| void VRS::InterpolatedMultiTexturingEffectGL::setTexture | ( | unsigned int | i, | |
| TextureGL * | texture | |||
| ) |
| TexGenGL* VRS::InterpolatedMultiTexturingEffectGL::getTexGen | ( | unsigned int | i | ) | const |
| void VRS::InterpolatedMultiTexturingEffectGL::setTexGen | ( | unsigned int | i, | |
| TexGenGL * | texGen | |||
| ) |
| virtual bool VRS::InterpolatedMultiTexturingEffectGL::ignorePreviousEffects | ( | ) | const [virtual] |
Reimplemented from VRS::TexturingEffectGL.
| VRS::InterpolatedMultiTexturingEffectGL::VRS_TYPEINFO | ( | InterpolatedMultiTexturingEffectGL | , | |
| TexturingEffectGL | ||||
| ) |
| VRS::InterpolatedMultiTexturingEffectGL::VRS_SERIALIZABLE | ( | InterpolatedMultiTexturingEffectGL | ) |