SnapshotLocation

open_in_new

GraphQL Schema definition

  • type SnapshotLocation {
  • # The location the snapshot was taken from.
  • anchor: AnchorLocation
  • # The viewing position at the time the snapshot was captured.
  • position: Point
  • # The viewing rotation at the time the snapshot was captured.
  • rotation: Quaternion
  • # If an exterior view should be shown when using the camera position from this
  • # image in workshop
  • # e.g. in a tour or as the start image in the initial workshop transition
  • showExterior: Boolean
  • }