VTK
|
#include <vtkOpenGLState.h>
Public Attributes | |
GLfloat | CurrentMatrix [16] |
GLint | MatrixStackDepth |
vtkOpenGLTexGenState | TextureGenS |
vtkOpenGLTexGenState | TextureGenT |
vtkOpenGLTexGenState | TextureGenR |
vtkOpenGLTexGenState | TextureGenQ |
GLboolean | CoordReplace |
GLfloat | CurrentTextureCoords [4] |
GLfloat | CurrentRasterTextureCoords [4] |
Definition at line 202 of file vtkOpenGLState.h.
GLfloat vtkOpenGLTextureCoordinateProcessingUnit::CurrentMatrix[16] |
Definition at line 205 of file vtkOpenGLState.h.
GLint vtkOpenGLTextureCoordinateProcessingUnit::MatrixStackDepth |
Definition at line 206 of file vtkOpenGLState.h.
vtkOpenGLTexGenState vtkOpenGLTextureCoordinateProcessingUnit::TextureGenS |
Definition at line 207 of file vtkOpenGLState.h.
vtkOpenGLTexGenState vtkOpenGLTextureCoordinateProcessingUnit::TextureGenT |
Definition at line 208 of file vtkOpenGLState.h.
vtkOpenGLTexGenState vtkOpenGLTextureCoordinateProcessingUnit::TextureGenR |
Definition at line 209 of file vtkOpenGLState.h.
vtkOpenGLTexGenState vtkOpenGLTextureCoordinateProcessingUnit::TextureGenQ |
Definition at line 210 of file vtkOpenGLState.h.
GLboolean vtkOpenGLTextureCoordinateProcessingUnit::CoordReplace |
Definition at line 212 of file vtkOpenGLState.h.
GLfloat vtkOpenGLTextureCoordinateProcessingUnit::CurrentTextureCoords[4] |
Definition at line 214 of file vtkOpenGLState.h.
GLfloat vtkOpenGLTextureCoordinateProcessingUnit::CurrentRasterTextureCoords[4] |
Definition at line 215 of file vtkOpenGLState.h.