Signature
Parameters
Variables | Description |
---|---|
left, 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.
|
Description
gluOrtho2D
sets up a two-dimensional orthographic viewing region.
This is equivalent to calling
glOrtho
with
and
.
See Also
Copyright
Copyright
1991-2006
Silicon Graphics, Inc. This document is licensed under the SGI
Free Software B License. For details, see
http://oss.sgi.com/projects/FreeB/
.
Sample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
gluOrtho2D