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

[name]

A light source positioned directly above the scene.

Constructor

[name]([page:todo skyColorHex], [page:todo groundColorHex], [page:todo intensity])

[page:Integer skyColorHex] — Numeric value of the RGB sky color.
[page:Integer groundColorHex] — Numeric value of the RGB ground color.
[page:Integer intensity] — The intensity of the light.

Properties

.[page:Float groundColor]

Light's ground color.

.[page:Float intensity]

Light's intensity.
Default — *1*.

Methods

Source

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