21.08.2013 Views

Efficient drawing with OpenGL

Efficient drawing with OpenGL

Efficient drawing with OpenGL

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Primitives being drawn as they are defined:<br />

glBegin(GL_TRIANGLES);<br />

glVertex3fv(v0);<br />

glVertex3fv(v1);<br />

glVertex3fv(v2);<br />

glEnd();<br />

V0<br />

High Performance Computing Techniques - Pourya Shirazian 4<br />

V1<br />

V2

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

Saved successfully!

Ooh no, something went wrong!