Interface OpaqueLineStripOptions

Hierarchy

  • OpaqueLineStripOptions

Properties

Properties

colors?: NumberArray | Dataset

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

widths?: number | NumberArray | Dataset

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

Generated using TypeDoc