SceneViewEnvironmentProperties

是否启用大气效果,默认为true

属性

atmosphereEnabled

是否启用大气效果,默认为true

atmosphereEnabled?: boolean

类型: boolean

background

场景背景配置,可以为null

background?: BackgroundProperties

lighting

光照配置,支持太阳光照和虚拟光照两种类型

lighting?: SunLightingProperties

starsEnabled

是否启用星空效果,默认为true

starsEnabled?: boolean

类型: boolean

weather

天气效果配置,支持晴天、多云、雨天、雪天、雾天等类型

weather?: SunnyWeatherProperties

weatherAvailable

天气效果是否可用,只读属性

weatherAvailable?: boolean

类型: boolean

BIMFlux AI