Firefox Tomorrow

web api instance property

XRAnchor: anchorSpace property

View on MDN ↗

Limited availabilitySecure context

The read-only anchorSpace property of the XRAnchor interface returns an XRSpace object to locate the anchor relative to other XRSpace objects. It can be passed to getPose() subsequently.

Value

An XRSpace object.

Examples

Updating anchors

for (const anchor of frame.trackedAnchors) {
  const pose = frame.getPose(anchor.anchorSpace, referenceSpace);
}

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.