allow setting base layer

This commit is contained in:
Manish Goregaokar 2018-12-20 15:44:26 -08:00
parent d5911816e1
commit 682c89a18c
3 changed files with 18 additions and 4 deletions

View file

@ -18,7 +18,7 @@ enum XREnvironmentBlendMode {
attribute double depthNear;
attribute double depthFar;
// attribute XRLayer baseLayer;
attribute XRLayer? baseLayer;
// // Methods
// Promise<XRReferenceSpace> requestReferenceSpace(XRReferenceSpaceType type, optional XRReferenceSpaceOptions options);