The Vish Visualization Shell 0.3
Vish
Public Types | List of all members
Wizt::GLState Class Reference

Public Types

enum  MatrixMode { MODELVIEW = GL_MODELVIEW , PROJECTION = GL_PROJECTION , TEXTURE = GL_TEXTURE , COLOR = GL_COLOR }
 Specifies which matrix stack is the target for subsequent matrix operations. More...
 

Member Enumeration Documentation

◆ MatrixMode

Specifies which matrix stack is the target for subsequent matrix operations.

Enumerator
MODELVIEW 

Applies subsequent matrix operations to the modelview matrix stack.

PROJECTION 

Applies subsequent matrix operations to the projection matrix stack.

TEXTURE 

Applies subsequent matrix operations to the texture matrix stack.

COLOR 

Applies subsequent matrix operations to the color matrix stack.