AmbientLightProps Interface
Wire format for the ambient light associated with a LightSettingsProps. Ambient light applies equally to all surfaces in the scene.
extensions
Properties
Name | Type | Description | |
---|---|---|---|
color | undefined | RgbColorProps | The color of the light. | |
intensity | undefined | number | The intensity of the light. |
Defined in
- core/common/src/LightSettings.ts Line 143
Last Updated: 20 June, 2023