immersive-web / webxr-polyfill

Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Apache License 2.0
378 stars 84 forks source link

VR and inline device implementation seems to assume "features" == "referenceSpaces" #128

Open blairmacintyre opened 4 years ago

blairmacintyre commented 4 years ago

The internal implementation sets enabledFeatures to all the features that the devices supports, and then doesSessionSupportReferenceSpace checks this set.