Skip to content

Documentation / @ripl/vue-3d / RiplLightProps

Interface: RiplLightProps ​

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

Props shared by every light component.

Extended by ​

Properties ​

PropertyTypeDescriptionDefined in
color?stringThe light's colour. Defaults to #ffffff.vue-3d/src/types.ts:123
enabled?booleanWhether the light contributes at all. Defaults to true.vue-3d/src/types.ts:127
intensity?numberHow strongly the light contributes. Defaults to 1.vue-3d/src/types.ts:125