Add XRSession.viewerSpace

This commit is contained in:
Manish Goregaokar 2019-04-04 17:40:18 -07:00
parent 7e4b6512a7
commit 813613628d
3 changed files with 21 additions and 3 deletions

View file

@ -20,6 +20,7 @@ interface XRSession : EventTarget {
readonly attribute XREnvironmentBlendMode environmentBlendMode;
readonly attribute XRRenderState renderState;
readonly attribute XRSpace viewerSpace;
// // Methods
Promise<XRReferenceSpace> requestReferenceSpace(XRReferenceSpaceOptions options);