XRAnchor: anchorSpace property
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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 XRFrame.getPose() subsequently.
Value
An XRSpace object.
Examples
Updating anchors
js
for (const anchor of frame.trackedAnchors) {
const pose = frame.getPose(anchor.anchorSpace, referenceSpace);
}
Specifications
| Specification |
|---|
| WebXR Anchors Module # dom-xranchor-anchorspace |
Browser compatibility
BCD tables only load in the browser