google-ar / three.ar.js

A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
2.91k stars 365 forks source link

Update to work with chrome://flags #webxr ? #113

Closed jeromeetienne closed 6 years ago

jeromeetienne commented 6 years ago

Will this repo be updated to work with chrome://flags #webxr ?

jsantell commented 6 years ago

Hey @jeromeetienne! Not at this time -- many of the utilities are for WebVR 1.1 which doesn't cleanly translate to WebXR, and the only feature landed for WebXR+AR is a hit test. Once there are more primitives and features landed (or planned) for WebXR+AR, we'll revisit this and see if there's a helpful abstraction to land as three.ar.js. Hope this helps!