immersive-web / webxr-polyfill

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

Better inline session support #118

Closed toji closed 4 years ago

toji commented 4 years ago

In cases where no WebVR or Cardboard support is available this change now allows for a very simple, sensorless inline session to still be created, as is required by the spec.

(Depends on #117)