Photo Sphere Viewer
    Preparing search index...

    Adapter for tiled cubemaps

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • viewer: Viewer
      • config: { antialias?: boolean; baseBlur?: boolean; showErrorTile?: boolean }
        • Optionalantialias?: boolean

          applies antialiasing to high resolutions tiles

          true
          
        • OptionalbaseBlur?: boolean

          applies a blur effect to the low resolution panorama

          true
          
        • OptionalshowErrorTile?: boolean

          shows a warning sign on tiles that cannot be loaded

          true
          

      Returns CubemapTilesAdapter

    Properties

    viewer: Viewer
    id: "cubemap-tiles" = 'cubemap-tiles'

    Unique identifier of the adapter

    supportsDownload: false

    Indicates if the adapter supports panorama download natively

    VERSION: string = PKG_VERSION

    Expected version of the core DO NOT USE on custom adapters

    Methods

    • Parameters

      • config: { antialias?: boolean; baseBlur?: boolean; showErrorTile?: boolean }
        • Optionalantialias?: boolean

          applies antialiasing to high resolutions tiles

          true
          
        • OptionalbaseBlur?: boolean

          applies a blur effect to the low resolution panorama

          true
          
        • OptionalshowErrorTile?: boolean

          shows a warning sign on tiles that cannot be loaded

          true
          

      Returns [AdapterConstructor, any]