Skip to content
On this page

HemisphereLight

A light source positioned directly above the scene, with color fading from the sky color to the ground color.

This light cannot be used to cast shadows.

Example

Code

template
<HemisphereLight :sky-color="0xffffff" :ground-color="0xffffff" />

Props

Prop nameDescriptionTypeDefault
groundColorThe ground color.union0xffffff
intensity Numeric value of the light's strength/intensity.number1
skyColor The sky color.union0xffffff

Expose

three


Released under the MIT License.