chenzlabs/aframe-ar

Aframe-ar produces white background even without a-sky

Closed this issue · 2 comments

i'm using aframe-ar latest version.
and the standard example aframe html
found here : https://codepen.io/mozillavr/pen/BjygdO

the tracking works that the object stays in place but the background is still white

image

am i doing something wrong or is there an issue ?

With the latest version, I believe you need to use a browser app supporting WebXR AR - for Android phones supporting ARCore, that's Chrome for Android; for iOS phones supporting ARKit, that's Mozilla's WebXR Viewer (not Safari) - the new version of WebXR Viewer has a new implementation of AR functionality so more advanced fatures that work with Chrome for Android's implementation may not work yet on the iOS viewer.

Screenshot_20200703-123319_Chrome
Until you press the AR button, the background is white since you need AR camera permissions.