pygfx.materials.LineDebugMaterial

class pygfx.materials.LineDebugMaterial(thickness=2.0, thickness_space='screen', *, color=(1, 1, 1, 1), color_mode='auto', map=None, map_interpolation='linear', dash_pattern=(), dash_offset=0, aa=True, **kwargs)

Bases: LineMaterial

Line debug material.

A material that renders the triangles that the line is made up off.