¡@

Home 

c++ Programming Glossary: tri.strip

Convert triangle strips to triangles?

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

s 0 s tri.num_strips s glBegin GL_TRIANGLE_STRIP for v 0 v tri.strip s .num_vertices v glVertex2d tri.strip s .vertex v .x tri.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 issue is in.. s .num_vertices v glVertex2d tri.strip s .vertex v .x tri.strip s .vertex v .y glEnd The issue is in the fact that this renders..