GL_TRIANGLE_STRIP vs GL_TRIANGLE_FAN
When knowing the difference between Triangle Strip and Triangle Fan a shape will be easy to make. Triangle Strip For instance a Triangle Strip is a set of connected triangles which share vertices. Example of Triangle Strip Using Triangle Strip we will be able to get the following output, using those given vertices. Triangle Fan … Read more