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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.