[page:Object3D] → [page:Light] →

[name]

A light source positioned directly above the scene.

Constructor

[name]([page:Integer skyColorHex], [page:Integer groundColorHex], [page:Float intensity])

[page:Integer skyColorHex] — Numeric value of the RGB sky color.
[page:Integer groundColorHex] — Numeric value of the RGB ground color.
[page:Float intensity] — Numeric value of the light's strength/intensity.

Properties

[property:Float groundColor]

Light's ground color.

[property:Float intensity]

Light's intensity.
Default — *1.0*.

Methods

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]