Abstract
Readonly
sessionReadonly
predictedOptional
trackedOptional
createOptional
Readonly
detectedOptional
Readonly
detectedXRFrame is extended to contain detectedMeshes attribute
which contains all meshes that are still tracked in the frame.
The set is initially empty and will be populated by the update meshes algorithm.
If this attribute is accessed when the frame is not active, the user agent
MUST throw InvalidStateError.
Optional
getProvides the pose of the viewer relative to referenceSpace as an XRViewerPose, at the
XRFrame's time.
XRFrame is extended to contain detectedPlanes attribute which contains
all planes that are still tracked in the frame.
The set is initially empty and will be populated by the update planes
algorithm. If this attribute is accessed when the frame is not active,
the user agent MUST throw InvalidStateError.