Lines icon indicating copy to clipboard operation
Lines copied to clipboard

6 different implementations of doing wide line rendering in OpenGL

Results 3 Lines issues
Sort by recently updated
recently updated
newest added

Thanks for excellent overview! Are these algorithms suitable for 3D line drawing as well?

I don't see clipping in the geometry shader implementation. Lines with one endpoint behind the camera and other endpoint in front of the camera need to be clipped, otherwise there...