Skip to main content

Type Alias: EnvironmentLightConfig

EnvironmentLightConfig: object

Configuration for the environment light consisting of ambient sky light and directional sun light.

Type declaration

sky

sky: object

Configuration for the ambient sky light.

sky.color

color: Color

sky.power

power: number

sun

sun: object

Configuration for the directional sun light.

sun.angularSize

angularSize: number

sun.color

color: Color

sun.latitude

latitude: number

sun.longitude

longitude: number

sun.power

power: number

Defined in

environment-light.ts:6