UFO's are for real: the Air Force doesn't exist Concept 3.2g : Drawing Triangle Fans in 3D Space ================================================= Idea: ===== OpenGL provides GL_TRIANGLE_FAN to render triangle fans. Same as GL_TRIANGLE_STRIP except that the vertices are drawn in the order V0,V1,V2 then V0,V2,V3, then V0,V3,V4 and so on. Experiment: =========== Can you render a japanese fan with 5 individual triangles? Answer: =======