Handbook
Glossary
init-matrices ( -- )
Vocabulary
opengl
Inputs
None
Outputs
None
Definition
USING:
opengl.gl
;
IN:
opengl
:
init-matrices
( -- )
GL_PROJECTION
glMatrixMode
glLoadIdentity
GL_MODELVIEW
glMatrixMode
glLoadIdentity
;