Documentation / @ripl/vue-3d / RiplHemisphereLightProps
Interface: RiplHemisphereLightProps ​
Defined in: vue-3d/src/types.ts:131
Props accepted by RiplHemisphereLight.
Extends ​
Properties ​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
color? | string | The light's colour. Defaults to #ffffff. | RiplLightProps.color | vue-3d/src/types.ts:123 |
enabled? | boolean | Whether the light contributes at all. Defaults to true. | RiplLightProps.enabled | vue-3d/src/types.ts:127 |
groundColor? | string | The colour reaching surfaces that face downwards. Defaults to #000000. | - | vue-3d/src/types.ts:133 |
intensity? | number | How strongly the light contributes. Defaults to 1. | RiplLightProps.intensity | vue-3d/src/types.ts:125 |