opacity(...)
opacity(v: number) : this;
Sets the transparency of the object's surface. This replaces the need for an opacityMap.
Default value: 1
Recommended range: 0 - 1
Parameters
Parameter | Type | Description |
---|---|---|
v | number | The value to set the transparency of the object's surface to. |
Returns
this