outlineColor(...)
Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.
outlineColor(v: number[]) : this;
Set the color of the outline on the object’s surface, if one is enabled.
Default value: [0, 0, 0]
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
v | number | The value to set the color of the outline to. |
Returns
Section titled “Returns”this