Interface: KeyLightSpec
Defined in: environment.ts:116
The one directional light most scenes need: a sun, a moon, a work lamp.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
castShadow? | readonly | boolean | - | environment.ts:121 |
colour | readonly | Rgb | - | environment.ts:117 |
direction | readonly | Vec3 | The direction the light TRAVELS, world space. [0, -1, 0] is overhead. | environment.ts:120 |
intensity | readonly | number | - | environment.ts:118 |