Creates a new CubeTexture.
Optionalurls: string[]Optional array of 6 URLs for the cube faces or a single URL for a tiled texture.
The six images comprising the cube map.
Whether the texture is fully loaded.
Explicitly pre-baked mipmap levels. Each entry is an array of 6 images.
The unique identifier of the texture.
Loads the cube map from one or more URLs.
A single URL or an array of URLs.
Optionallayout: CubeLayoutOptional layout hint for single images (e.g. 6x1 strip, 3x2 grid, or crosses).
Loads explicit mipmap levels for this CubeTexture. Useful for prefiltered IBL maps (e.g. mip0, mip1, mip2...).
Array of URLs, one per mip level (typically horizontal cross maps).
Optionallayout: CubeLayoutOptional layout hint.
Represents a cube map texture.