clone Method

Create a copy of these light settings, identical except for any properties explicitly specified by changed. Note that the solar, ambient, and hemisphere lights will also be cloned using their own clone methods - so for example, the following: clone({ ambient: { intensity: 0.5 } }) will overwrite the ambient light's intensity but preserve its current color, rather than replacing the color with the default color.

clone(changed?: LightSettingsProps): LightSettings

Parameter Type Description
changed LightSettingsProps  

Returns - LightSettings

Defined in

Last Updated: 16 April, 2024