Interface VLinesOptions

Hierarchy

  • VLinesOptions

Properties

Properties

colors?: NumberArray | Dataset

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

widths?: number | NumberArray | Dataset

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

Generated using TypeDoc