INTERFACE
PanoramicImage
A 360 degree panoramic image.
link GraphQL Schema definition
- interface PanoramicImage {
 - #   The anchor point within the model for this panorama.
 - #   Showcase may refer to this as a "puck".
 - #   Multiple panoramas may be associated with a single
 - #   anchor to provide multiple views from roughly the
 - #   same place.
 - : AnchorLocation 
 - #   The camera perspective for this panorama.
 - #   This location may be shared by multiple different
 - #   formats or resolutions of panoramas.
 - : PanoramicImageLocation 
 - #   The resolution of the image.
 - : String 
 - }
 
    link Require by
- ModelAssetsA container for all of the assets associated with a model. The elements within this will generally implement Asset and/or AssetBundle in order to provide links for downloading the Asset. Once these links are generated they will often only be valid for a short period of time (which may be checked via `validUntil`) so they should be downloaded immediately or a new request for the url should be sent.
 - PanoramicImageLocationundefined
 - SkyboxPanoramaA panoramic image broken into 6 faces: front, back, left, right, up, down The full face images may be retrieved using `urlTemplate` or `children`. Each face may also be retrieved as a set of tiles to improve progressive loading of high resolution images. In these cases the tileUrlTemplate should be used.