Handbook
Glossary
cleanup-graphics ( -- )
Vocabulary
jamshred
.
gl
Inputs
None
Outputs
None
Definition
USING:
opengl.gl
;
IN:
jamshred.gl
:
cleanup-graphics
( -- )
GL_DEPTH_TEST
glDisable
GL_SCISSOR_TEST
glEnable
GL_MODELVIEW
glMatrixMode
glPopMatrix
GL_PROJECTION
glMatrixMode
glPopMatrix
GL_LIGHTING
glDisable
GL_LIGHT0
glDisable
GL_FOG
glDisable
GL_COLOR_MATERIAL
glDisable
;