mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Add XRJointPose
This commit is contained in:
parent
ad6da0591c
commit
c30ad6c422
5 changed files with 94 additions and 0 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue