A 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.
- type SkyboxPanorama implements Asset, AssetBundle, PanoramicImage {
- # A location generally on the floor that this panorama is associated with.
- # Useful for navigating through a model.
- : AnchorLocation
- # Represents the faces of the skybox.
- : [String]
- # The date/time that the asset was created.
- : DateTime
- : String
- : String
- : String!
- : ID
- : Model
- # A location of the panorama within the model and a vector describing
- # the direction of the camera.
- : PanoramicImageLocation
- : String
- : AssetStatus
- : String
- # A url containing the value `
` at one or more positions. - # This may be replaced with a number from 0 to 5 to get each face of the skybox.
- : String
- # If populated, the url is only valid until the time given
- : DateTime
- }