google-ar / WebARonARCore

An experimental Chromium modification in the form of an app for Android that lets developers build Augmented Reality (AR) experiences using web technologies on top of Google's ARCore.
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
756 stars 115 forks source link

WebGL error spam and ARView failing to render #41

Closed jsantell closed 6 years ago

jsantell commented 6 years ago

Using the latest APK, on first load, I get an all black ARView (with THREE elements rendering on top of the black ARView) and a handful of log spam:

consolespam

The warnings happen in both gl.bindTexture commands within ARView. On reloading the page, the screen renders, but still get the log spam. This did not happen in a previous build

judax commented 6 years ago

Something is off because I have not been able to reproduce this error. Would you mind installing the latest APK and trying the basic examples just to make sure?

judax commented 6 years ago

@jsantell are you still experiencing this issue?

jsantell commented 6 years ago

I am no longer able to reproduce! Closing..