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

ARDebug with showPlanes: true throws an error if a surface is not found quickly. #99

Closed nataliawww closed 6 years ago

nataliawww commented 6 years ago
Description:

Generally finding surfaces is a bit hard, especially on tables / chairs. If I set the debugger's showPlanes: true, it throws an error if a plane is not found immediately

img_2220

Additional Information:
lincolnfrog commented 6 years ago

The surface you are showing should work - try moving your device forward/backwards or in a circle/figure eight pattern.

As far as the error, that looks like a bug. We will investigate. Thanks!

jsantell commented 6 years ago

Looks like a duplicate of https://github.com/google-ar/WebARonARKit/issues/52