Variable GL_TRIANGLE_FANConst

GL_TRIANGLE_FAN: 6 = 0x0006

Passed to drawElements or drawArrays to draw a connected group of triangles. Each vertex connects to the previous and the first vertex in the fan.