Make viewerSpace [SameObject]

This commit is contained in:
Manish Goregaokar 2019-04-29 20:59:52 -07:00
parent d4a6a4987d
commit 0756923e52
2 changed files with 5 additions and 2 deletions

View file

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