Skip to content
On this page

AmbientLight

This light globally illuminates all objects in the scene equally.

This light cannot be used to cast shadows as it does not have a direction.

Example

Code

template
<AmbientLight :color="0xffffff" />

Props

Prop nameDescriptionTypeDefault
color Color of the lightunion0xffffff
intensityNumeric value of the light's strength/intensity.number1

Expose

three


Released under the MIT License.