SunLight

new Cesium.SunLight(options)

A directional light source that originates from the Sun.
参数名称 类型 描述信息
options object 可选 Object with the following properties:
参数名称 类型 默认值 描述信息
color Color Color.WHITE 可选 The light's color.
intensity number 2.0 可选 The light's intensity.

成员(属性)

The color of the light.
默认值: Color.WHITE
The intensity of the light.
默认值: 2.0