VRS::DecalMultiTexturingEffectGL Class Reference
#include <vrs/opengl/decalmultitexturingeffectgl.h>
List of all members.
Detailed Description
This attribute allows to apply several textures with decal mode on a shape's surface (and applying the result with decal mode to the already existing result in the frame buffer. 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::DecalMultiTexturingEffectGL::setTexGens |
( |
Iterator< SO< TexGenGL > > * |
texGens |
) |
|
The documentation for this class was generated from the following file: