OpenGL how to hide the lines between triangles with vertex coloring?
- by Ricket
It's a cube, looking from the corner at two sides. You can pretty easily tell where the four triangles that make up the two sides are. I am drawing it with vertex, color, and index arrays.
What causes the obvious line and how might I be able to avoid it?