Interface: BodyLightUpdate
Mutable subset of the light state accepted by BodyMaterial.updateLight. Any field omitted leaves the current value untouched.
Properties
kelvin?
ts
optional kelvin?: number;intensity?
ts
optional intensity?: number;direction?
ts
optional direction?: number[] | Vector3;ambientColor?
ts
optional ambientColor?: string | Color;