Preparing search index...
The search index is not available
高德云境 CesiumJS 插件接口文档
高德云境 CesiumJS 插件接口文档
LightOptions
Interface LightOptions
普通的灯光配置
interface
LightOptions
{
ambientColor
:
Color
;
enable
:
boolean
;
lightColor
:
Color
;
lightDirection
:
Cartesian3
;
lightIntensity
:
number
;
}
Index
Properties
ambient
Color
enable
light
Color
light
Direction
light
Intensity
Properties
ambient
Color
ambient
Color
:
Color
可以设环境光照的颜色
enable
enable
:
boolean
是否启用普通光照
light
Color
light
Color
:
Color
可以设方向光照的颜色
light
Direction
light
Direction
:
Cartesian3
可以设方向光照方向
light
Intensity
light
Intensity
:
number
可以设方向光照强度
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
ambient
Color
enable
light
Color
light
Direction
light
Intensity
高德云境 CesiumJS 插件接口文档
Loading...
普通的灯光配置