Skip to content

Fix issue with thick lines

Ken Martin requested to merge ken-martin/vtk:fix_thick_line_issues into master

On systems that did not support lines wider than 1.0 there was still a case where glLineWidth was getting called. Mainly when drawing triangles or strips but not in WIREFRAME. This fix makes it so that it is only called when they are in wireframe.

Merge request reports