Type alias TextureData<TTexture, TPanorama, TData>

TextureData<TTexture, TPanorama, TData>: {
    cacheKey?: string;
    panoData?: TData;
    panorama: TPanorama;
    texture: TTexture;
}

Type Parameters

Type declaration

  • Optional cacheKey?: string

    Key used in the loader cache

  • Optional panoData?: TData

    Panorama metadata

  • panorama: TPanorama

    Original panorama definition

  • texture: TTexture

    Actual texture or list of textures

Generated using TypeDoc