AmbientLightProps Interface
Wire format for the ambient light associated with a LightSettingsProps. Ambient light applies equally to all surfaces in the scene.
Properties
| Name | Type | Description | |
|---|---|---|---|
| color | RgbColorProps | undefined | The color of the light. | |
| intensity | number | undefined | The intensity of the light. |
Defined in
- core/common/src/LightSettings.ts Line 143
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.