SkyBoxImageType Enumeration
Supported types of SkyBox images.
see SkyBoxImageProps.
extensions
Members
Name | Value | Description |
---|---|---|
None | 0 | No image, indicating a SkyGradient should be displayed. |
Spherical | 1 | A single image mapped to the surface of a sphere. see SkySphere. |
Cylindrical | 2 | internal not yet supported |
Cube | 3 | Six images mapped to the faces of a cube. see SkyCube. |
Defined in
- core/common/src/SkyBox.ts Line 18
Last Updated: 20 June, 2023