Appearance
KBE3D / KBCore / Cesium / SunLight
类: SunLight
A directional light source that originates from the Sun.
参数
Object with the following properties:
参数
The light's color.
参数
The light's intensity.
属性
color
color:
Color
The color of the light.
intensity
intensity:
number
The intensity of the light.
构造函数
构造函数
new SunLight(
options?: {color?:Color;intensity?:number; }):SunLight
参数
options?
color?
intensity?
number
返回
SunLight
