Drawing Antialiased Lines with OpenGL
By Konstantin Käfer
Maps are mostly made up of lines, as well as the occasional polygon thrown in. Unfortunately, drawing lines is a weak point of OpenGL. The GL_LINES
drawing mode is limited: it does not support line joins, line caps…