emissiveMap(...)
emissiveMap(val: string): this;
emissiveMap(val: Texture): this;
Sets the texture map that defines areas of the object's surface that appear self-illuminated.
Default Value: null
Parameters
Parameter | Type | Description |
---|---|---|
val | string, Z.Texture | The texture that defines areas of the object's surface that appear self-illuminated. |
Returns
this