Skip to content

Documentation / @ripl/3d / HemisphereLightOptions

Interface: HemisphereLightOptions ​

Defined in: 3d/src/core/lights.ts:71

Options for HemisphereLight.

Extends ​

Properties ​

PropertyTypeDescriptionInherited fromDefined in
color?stringThe light's colour. Defaults to '#ffffff'.LightOptions.color3d/src/core/lights.ts:42
enabled?booleanWhether the light contributes at all. Defaults to true.LightOptions.enabled3d/src/core/lights.ts:46
groundColor?stringThe colour reaching surfaces that face downwards. Defaults to '#000000'.-3d/src/core/lights.ts:73
intensity?numberHow strongly the light contributes. Defaults to 1.LightOptions.intensity3d/src/core/lights.ts:44