SnapshotLocation

open_in_new

GraphQL Schema definition

  • type SnapshotLocation {
  • # The viewing position at the time the snapshot was captured.
  • position: Point
  • # The viewing rotation at the time the snapshot was captured.
  • rotation: Quaternion
  • # The location the snapshot was taken from.
  • anchor: AnchorLocation
  • }