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

THREE.ARUtils.getARDevice() don't exist? #84

Closed ega1979 closed 6 years ago

ega1979 commented 6 years ago

"getARDevice()" is written at API.md but don't exist in three.ar.js. Is this method name not "getARDevice()" but "getARDisplay()"?

jsantell commented 6 years ago

Good catch! This should be getARDisplay -- I'll update the documentation.