Interface LineSegmentsOptions

Hierarchy

  • LineSegmentsOptions

Properties

Properties

colors?: NumberArray | Dataset

The color of the line segments. If this parameter is a single Vector4, it will apply to all line segments. Default [0, 0, 0, 1].

widths?: number | NumberArray | Dataset

The width of the line segments in pixels. If this parameter is a single number, it will apply to all line segments. Default 1.

Generated using TypeDoc