pygfx.materials.LineDebugMaterial

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

Bases: LineMaterial

Line debug material.

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