I have a list of points (3D) and want to draw a line connecting all points with a specified width. The line should be rendered in OpenGL (using OSG) as triangles. The real challenge of this task is to make the line look "pleasant" for the user; meaning the joints should be round.
It should be similar to this:

Is there any library which brings this functionality?
