So, I know how to draw some triangles using glBegin(GL_TRIANGLE_STRIPS). I want to understand how OpenGL decides which vertex (of the first three provided) to use as the starting vertex for all remaining triangles for drawing? And is there a way to choose a different starting vertex?
source
share