mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Add XRFrame.getPose()
This commit is contained in:
parent
3d790278f1
commit
7e4b6512a7
2 changed files with 18 additions and 0 deletions
|
@ -9,5 +9,6 @@ interface XRFrame {
|
|||
readonly attribute XRSession session;
|
||||
|
||||
[Throws] XRViewerPose? getViewerPose(XRReferenceSpace referenceSpace);
|
||||
[Throws] XRPose? getPose(XRSpace space, XRSpace relativeTo);
|
||||
// XRInputPose? getInputPose(XRInputSource inputSource, optional XRReferenceSpace referenceSpace);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue