Open Inventor Reference
|
Go to the source code of this file.
Classes | |
class | SoGLTextureCoordinateElement |
Element storing the current gltexture coordinates. More... | |
Typedefs | |
typedef void | SoTexCoordTexgenCB(void *userdata) |
The TextureCoordinateFunction nodes that use the GL texgen function to generate texture coordinates must register a callback that makes the appropriate GL calls with the element so pop() can reset the GL state back to what it should be. | |
typedef void SoTexCoordTexgenCB(void *userdata) |
The TextureCoordinateFunction nodes that can't use the GL texgen function must register a NULL callback, in which case the element will disable the GL's automatic texture coordinate generation.
Definition at line 83 of file SoGLTextureCoordinateElement.h.