Pie Toaster

Did you create a mod, map, music, or a tool? Present them here and earn feedback!
Note: addon requests do not belong here.
Note, everything uploaded to this forum, MUST have a license!
Giel
Regular
Regular
Posts: 725
Joined: 26 Dec 2006, 19:18
Contact:

Re: Pie Toaster

Post by Giel »

Per wrote: You know about glPolygonMode(GL_FRONT_AND_BACK, GL_LINE)? It saves you a second rendering path for wireframe mode.
That's what I meant. (Just read about that in my OpenGL superbible two days ago).

I meant whether you just draw plain polygons with glVertex* in some glBegin(GL_TRIANGLES/GL_TRIANGLE_FAN/GL_TRIANGLE_STRIP) glEnd() section.
"First make sure it works good, only then make it look good." -- Giel
Want to tip/donate? bitcoin:1EaqP4ZPMvUffazTxm7stoduhprzeabeFh
Post Reply