News

With your triangle stripping you have 2 triangles that end up sharing the vertex which would be used to generate the surface normal in flat shading. The order of creation is very important.<BR><BR ...
Drawing using rectangles is easier and requires less code, but complex OpenGL code runs faster when triangles are used. Note: every object can be split into triangles, but a triangle cannot be split ...