Documentation / @ripl/3d / HemisphereLightOptions
Interface: HemisphereLightOptions ​
Defined in: 3d/src/core/lights.ts:71
Options for HemisphereLight.
Extends ​
Properties ​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
color? | string | The light's colour. Defaults to '#ffffff'. | LightOptions.color | 3d/src/core/lights.ts:42 |
enabled? | boolean | Whether the light contributes at all. Defaults to true. | LightOptions.enabled | 3d/src/core/lights.ts:46 |
groundColor? | string | The colour reaching surfaces that face downwards. Defaults to '#000000'. | - | 3d/src/core/lights.ts:73 |
intensity? | number | How strongly the light contributes. Defaults to 1. | LightOptions.intensity | 3d/src/core/lights.ts:44 |