In the code to convert OpenGL lines to polylines, the polygons were drawn...
In the code to convert OpenGL lines to polylines, the polygons were drawn using quads. Found out that quads are deprecated in newer versions of OpenGL so changed polyline code to use triangles.
parent
9cdc3c6e
Please register or sign in to comment