[page:Object3D] → [page:Light] →
[name]
A light source positioned directly above the scene.
Constructor
[name]( [page:Float skyColor], [page:Float groundColor], [page:Float intensity] )
[page:Integer skyColor] — Numeric value of the RGB sky color.
[page:Integer groundColor] — 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
.todo( [page:Vector3 todo] )
todo — todo
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]