pygfx.materials.LineArrowMaterial

class pygfx.materials.LineArrowMaterial(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: LineSegmentMaterial

Arrow (vector) line material.

A material that renders line segments that look like little arrows.