AR.js
AR.js copied to clipboard
Model doesn't load at coordinates
Do you want to request a feature or report a bug? Bug
What is the current behavior? 3D model does not load at specified coordinates, however the marker tracking does work. I am able to get the same object from the example hiro image
If the current behavior is a bug, please provide the steps to reproduce.
https://modest-cray-21a9c1.netlify.app/
Please mention other relevant information such as the browser version, Operating System and Device Name
I am running the ar on my google pixel
What is the expected behavior?
The model should load in at the specified coordinates
Had the same issue. Does it show up in the inspector (ctrl+alt+i)? In my case the model was out of sight and the look-controls of the camera where disabled. ^^ Just added look-controls to the camera entity
<a-entity camera look-controls id="camera"></a-entity>
and et voilà: le perfect a-gltf-model.