Computergrafik

OpenGL Matrix Mode

GL Matrizen | | GL Matrix Manipulation

Der Open GL Matrix Mode legt fest, welche der beiden Einzelmatrizen P over MV durch nachfolgende Transformationen verändert werden soll.

Für die Projektionsmatrix P:

glMatrixMode(GL_PROJECTION);

Für die Transformationsmatrix MV:

glMatrixMode(GL_MODELVIEW);


GL Matrizen | | GL Matrix Manipulation

Options: