DirectionalLight

new Cesium.DirectionalLight(options)

A light that gets emitted in a single direction from infinitely far away.
参数名称 类型 描述信息
options object Object with the following properties:
参数名称 类型 默认值 描述信息
direction Cartesian3 The direction in which light gets emitted.
color Color Color.WHITE 可选 The color of the light.
intensity number 1.0 可选 The intensity of the light.
Throws:

成员(属性)

The color of the light.
默认值: Color.WHITE
The direction in which light gets emitted.
The intensity of the light.
默认值: 1.0