three.ar.js icon indicating copy to clipboard operation
three.ar.js copied to clipboard

ARUtils.getARDisplay() is not supported?

Open ItIsArmin opened this issue 6 years ago • 0 comments

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:
  • Android: 9
  • three.ar.js version: ^0.1.8
  • three.js version: ^0.101.1
  • Browser: Chrome dev, Chrome Canary
  • [x ] WebARonARCore (Android)

ItIsArmin avatar Nov 06 '19 21:11 ItIsArmin