08.01.2015 Views

OpenGL viewing notes - Bryn Mawr Computer Science

OpenGL viewing notes - Bryn Mawr Computer Science

OpenGL viewing notes - Bryn Mawr Computer Science

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Current Matrix<br />

The projection matrix determined by<br />

these specifications multiplies the<br />

present matrix.<br />

A typical sequence<br />

glMatrixMode(GL_PROJECTION);<br />

glLoadIdentity();<br />

glFrustum(xmin, xmax, ymin,<br />

ymax, near, far);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!