diffuseColor(...)
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.
diffuseColor(val: number[]): this;
Sets the value of the color burn on the object’s surface.
Default value: [0.7, 0.7, 0.7]
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
val | array | The value to set the color burn to, in the following form: [r,g,b] . Each component is a number between 0 and 1. |
Returns
Section titled “Returns”this