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

ARUtils.getARDisplay() is not supported? #126

Open ItIsArmin opened 4 years ago

ItIsArmin commented 4 years ago
Description:

If I'm not mistaken, Every function is depended on vrDisplay ARUtils.getARDisplay() which is traced to navigator.getVRDisplays() ? and it seems like its not supported in Chrome? link, therefore, I can't get it pass the not supported screen. I was able to use immersive-web: webxr-samples with no problem but we need to work with Three.js. Is it something I'm missing or its just not supported yet

Additional Information: