DirectionalLight

new Cesium.DirectionalLight(options)

从无限远处沿单一方向发射的光源。
Name Type Description
options object 包含以下属性的对象:
Name Type Default Description
direction Cartesian3 光线的发射方向。
color Color Color.WHITE optional 光线的颜色。
intensity number 1.0 optional 光线的强度。
Throws:

Members

光线的颜色。
Default Value: Color.WHITE
光线的发射方向。
光线的强度。
Default Value: 1.0
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.