Interface ShapesOptions

Hierarchy

  • ShapesOptions

Properties

Properties

colors?: NumberArray | Dataset

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

rotations?: number | NumberArray | Dataset

The rotation of the shapes in radians. If this value is a single float, it will apply to all the shapes. Default 0.

scales?: NumberArray | Dataset

The scale of the shapes. If this value is a single Vector2, it will apply to all the shapes. Default [1, 1].

Generated using TypeDoc