VRS::ModulateMultiTexturingEffectGL Class Reference
#include <vrs/opengl/modulatemultitexturingeffectgl.h>
List of all members.
Detailed Description
This attribute allows to modulate several textures on a shape's surface. NOTE: Since it is not yet possible in
VRS to specify several explicit texture coordinate sets for a shape and OpenGL is not capable of replicating texture coordinates from other texture units, automatic texture coordinate generation must be used for specifying the texture coordinates for each used texture. If no texture coordinate generator is specified for a texture, the texture coordinate generator is used which is active during the rendering of a shape; if no such texture coordinate generator exists only one texture will be used within a single pass (ignoring all other available texture units the hardware provides), which would lead to a very poor performance of this effect!
Constructor & Destructor Documentation
Member Function Documentation
| void VRS::ModulateMultiTexturingEffectGL::setTextures |
( |
Iterator< SO< TextureGL > > * |
textures |
) |
|
| void VRS::ModulateMultiTexturingEffectGL::setTexGens |
( |
Iterator< SO< TexGenGL > > * |
texGens |
) |
|
The documentation for this class was generated from the following file: