Class AbstractAdapter<TPanorama, TData, TTexture, TMesh>Abstract

Base class for adapters

Type Parameters

  • TPanorama

    type of the panorama object

  • TData

    type of the panorama metadata

  • TTexture

    type of the loaded texture

  • TMesh extends Object3D

    type of the mesh

Hierarchy (view full)

Constructors

Properties

viewer: Viewer
id: string

Unique identifier of the adapter

supportsDownload: boolean = false

Indicates if the adapter supports panorama download natively

VERSION: string

Expected version of the core DO NOT USE on custom adapters

Methods