Skip to main content

Type Alias: BaseProps

BaseProps: object

Type declaration

envIntensity?

optional envIntensity: number

Skybox intensity when no IndirectLight is set on the Scene. This call is ignored when an IndirectLight is set on the Scene, and the intensity of the IndirectLight is used instead. Scale factor applied to the skybox texel values such that the result is in lux, or lumen/m^2 (default = 30000)

showSun?

optional showSun: boolean

Indicates whether the sun should be rendered. The sun can only be rendered if there is at least one light of type SUN in the scene.

Default

false

Defined in

src/react/Skybox.tsx:6