glossinessMap(...)
glossinessMap(val: string): this;
glossinessMap(val: Texture): this;
Sets the texture map that defines the object's micro-surface i.e. how rough or smooth its surface is.
Default Value: null
Parameters
Parameter | Type | Description |
---|---|---|
val | string, Z.Texture | The texture map that defines the object's micro-surface. |
Returns
this