google-ar / codelab-webxr

Building an augmented reality application with the WebXR Device API
https://codelabs.developers.google.com/codelabs/ar-with-webxr/
Apache License 2.0
171 stars 86 forks source link

Replace framebuffer hack, update three.js, do not clear depth #11

Closed jsantell closed 5 years ago

jsantell commented 5 years ago

Handful of fixes for issues, but currently on all versions of Chrome, getting this error when requesting a session:

DOMException: The specified session configuration is not supported.

This is on the current codebase, so must've been some change in Chrome. Don't want to land this until can actually try it.

jsantell commented 5 years ago

I think on Chrome 72 I was intermittently seeing #10, but now is working ok.