¡@

Home 

c++ Programming Glossary: glvertex2d

Convert triangle strips to triangles?

http://stackoverflow.com/questions/3485034/convert-triangle-strips-to-triangles

GL_TRIANGLE_STRIP for v 0 v tri.strip s .num_vertices v glVertex2d tri.strip s .vertex v .x tri.strip s .vertex v .y glEnd The.. for v 0 v tri.strip s .num_vertices 2 v if v 1 glVertex2d tri.strip s .vertex v .x tri.strip s .vertex v .y glVertex2d.. tri.strip s .vertex v .x tri.strip s .vertex v .y glVertex2d tri.strip s .vertex v 1 .x tri.strip s .vertex v 1 .y glVertex2d..