DirectionalLightConfig

类:方向光配置项

Constructor

new Glodon.Bimface.Light.DirectionalLightConfig()

构造方向光的配置项

Members

NameTypeDescription
colorGlodon.Web.Graphics.Color

方向光的颜色. 默认值:Glodon.Web.Graphics.Color(255, 255, 255, 1)

directionObject

方向光的投影方向, 用向量对象表示. 默认值:{ x: 0.64, y: -0.48, z: -0.6 }

intensityNumber

方向光的光照强度,默认为1.0

shadowBoolean

是否开启阴影. 默认值:false