Skip to content

Documentation / @ripl/vue-3d / RiplHemisphereLightProps

Interface: RiplHemisphereLightProps ​

Defined in: vue-3d/src/types.ts:131

Props accepted by RiplHemisphereLight.

Extends ​

Properties ​

PropertyTypeDescriptionInherited fromDefined in
color?stringThe light's colour. Defaults to #ffffff.RiplLightProps.colorvue-3d/src/types.ts:123
enabled?booleanWhether the light contributes at all. Defaults to true.RiplLightProps.enabledvue-3d/src/types.ts:127
groundColor?stringThe colour reaching surfaces that face downwards. Defaults to #000000.-vue-3d/src/types.ts:133
intensity?numberHow strongly the light contributes. Defaults to 1.RiplLightProps.intensityvue-3d/src/types.ts:125