Make openGL lines connected

Posted by user146780 on Stack Overflow See other posts from Stack Overflow or by user146780
Published on 2010-05-01T23:17:49Z Indexed on 2010/05/01 23:27 UTC
Read the original article Hit count: 107

Filed under:
|

Right now I'v created a polygon, then I do the same thing but with line_loop to draw the outline. My issue right now is if I set the line thickness to high, the lines arn't connected. Their ends would need to be (linewidth) longer... is there a way to fix this?

Thanks

© Stack Overflow or respective owner

Related posts about opengl

Related posts about c++