Add XRJointPose

This commit is contained in:
Manish Goregaokar 2020-04-24 14:03:28 -07:00
parent ad6da0591c
commit c30ad6c422
5 changed files with 94 additions and 0 deletions

View file

@ -10,5 +10,6 @@ interface XRFrame {
[Throws] XRViewerPose? getViewerPose(XRReferenceSpace referenceSpace);
[Throws] XRPose? getPose(XRSpace space, XRSpace relativeTo);
[Pref="dom.webxr.hands.enabled", Throws] XRJointPose? getJointPose(XRJointSpace space, XRSpace relativeTo);
sequence<XRHitTestResult> getHitTestResults(XRHitTestSource hitTestSource);
};