Class: AmbientLight

THREE.AmbientLight()

new AmbientLight()

This light globally illuminates all objects in the scene equally. It cannot be used to cast shadows as it does not have a direction.
Source:
See: