OpenGL man pages
gluOrtho2D.3glNamegluOrtho2D - define a 2-D orthographic projection matrix C Specificationvoid gluOrtho2D( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top ) Parametersleft, right Specify the coordinates for the left and right vertical clipping planes. bottom, top Specify the coordinates for the bottom and top horizontal clipping planes. DescriptiongluOrtho2D sets up a two-dimensional orthographic viewing region. This is equivalent to calling glOrtho with near=-1 and far=1. See AlsoglOrtho, gluPerspective Introduction | Alphabetic | Specification Last Edited:
Fri Dec 6 11:18:03 EST 1996
by
AFV |