Interface HemisphereLightParameters

半球光组件初始化参数

Export

HemisphereLightParameters

Date

2022.4.2

Author

lyx

Hierarchy

Indexable

[key: string]: any

Properties

groundColor?: ColorRepresentation

地表光照颜色,可选,默认'#ffffff'

Memberof

HemisphereLightParameters

intensity?: number

光照强度,可选,默认1.0

Memberof

HemisphereLightParameters

skyColor?: ColorRepresentation

天空光照颜色,可选,默认'#ffffff'

Memberof

HemisphereLightParameters

userData?: {
    [key: string]: any;
}

用户数据,可选,默认{}

Type declaration

  • [key: string]: any

Memberof

ComponentParameters