Optionalcolor: ColorRepresentationOptionalintensity: numberOptionalwidth: numberOptionalheight: numberArray with object's children.
Color of the light. \
Searches through an object and its children, starting with the object itself, and returns the first with a matching id.
Unique number of the object instance. Expects a Integer
Searches through an object and its children, starting with the object itself, and returns the first with a matching name.
String to match to the children's Object3D.name property.
Searches through an object and its children, starting with the object itself, and returns the first with a property that matches the value given.
the property name to search for.
value of the given property.
The height of the light.
The light's intensity.
ReadonlyisObject's parent in the scene graph.
The light's power.
Dispatches 'objectUpdate' event on object.
Executes the callback on this object and all descendants.
Executes the callback on all ancestors.
Like traverse, but the callback will only be executed for visible objects
Object gets rendered if true.
The width of the light.
Extension of three.js RectAreaLight with additional properties for serialization and UI A rectangular area light emits light from a rectangular plane, commonly used to simulate window lights or panels.
Note - gltf serialization is handled by GLTFLightExtrasExtension