gluOrtho2D

gluOrtho2D: man2/gluOrtho2D.xml

gluOrtho2D sets up a two-dimensional orthographic viewing region. This is equivalent to calling glOrtho with near = -1 and far = 1.

@OpenGL_Version(OGLIntroducedIn.Unknown)
fn_gluOrtho2D gluOrtho2D;

See Also

glOrtho, gluPerspective

Meta