Skip to content

Documentation / scene / SkyType

Type Alias: SkyType

SkyType = "image" | "skybox" | "scatter" | "none"

Defined in: libs/scene/src/render/sky.ts:65

Type of sky

Remarks

none - Sky will not be rendered color - Sky will be rendered with a solid color. skybox - Sky will be rendered as box using a preloaded cube texture. scatter - Render dynamic sky with atmospheric scattering.

Released under the MIT License.