drawing thick, textured lines in OpenGL
- by NateS
I need to draw thick textured line segments in OpenGL. Actually I need curves made out of short line segments. Here is what I have:
In the upper left is an example of two connected line segments. The second image shows once the lines are given width, they overlap. If I apply a texture that uses translucency, the overlap looks terrible. The third…