Back to Three Js

HemisphereLight

docs/pages/HemisphereLight.html

latest788 B
Original Source

Constructor

new HemisphereLight( skyColor : number | Color | string, groundColor : number | Color | string, intensity : number )

Constructs a new hemisphere light.

| skyColor |

The light's sky color.

Default is 0xffffff.

| | groundColor |

The light's ground color.

Default is 0xffffff.

| | intensity |

The light's strength/intensity.

Default is 1.

|

Properties

.groundColor : Color

The light's ground color.

.isHemisphereLight : boolean (readonly)

This flag can be used for type testing.

Default is true.

Source

src/lights/HemisphereLight.js