You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I also have the same problem, in addition to the fact that the pokemon does not stay fixed wherever I move my camera, it leaves without having to touch it. I want it to stay as fixed as possible at the point of the coordinate that I set, how can I do that? I am new at this.
Hello,
I have already tried to modify the coordinates but it does not change anything. The 3d model is sometimes even outside the screen (left or right).
I also tried to use the version with GPS coordinates so that the 3d model appears at a specific location but it still appears, even if we are not at that location. It's strange.
Hi,
I am using the base code to display a 3D model but I have a problem. The 3D model is still stuck on top.
I tried with all versions of A-FRAME (1.2.0, 1.1.0...) but the problem is still there.
I reduced the size, changed the model.
`<script src='https://aframe.io/releases/0.9.2/aframe.min.js'></script>
<script src="https://raw.githack.com/jeromeetienne/AR.js/master/aframe/build/aframe-ar.min.js"></script>
<script src="https://raw.githack.com/donmccurdy/aframe-extras/master/dist/aframe-extras.loaders.min.js"></script>
<script>
THREEx.ArToolkitContext.baseURL = 'https://raw.githack.com/jeromeetienne/ar.js/master/three.js/'
</script>
vr-mode-ui="enabled: false" embedded arjs='sourceType: webcam; sourceWidth:1280; sourceHeight:960; displayWidth: 1280; displayHeight: 960; debugUIEnabled: false;'> <a-entity gltf-model="assets/dragonite/scene.gltf" rotation="0 180 0" scale="0.08 0.08 0.08" gps-entity-place="longitude: *.*****; latitude: **.******;" animation-mixer/> <a-camera gps-camera rotation-reader></a-camera> </a-scene>`
I tried with several smartphones/tablet (galaxy A10, huawey... )and browsers (brave, firefox, chrome, opera) but still the same
I also tried the latest version Location Based Example:
https://ar-js-org.github.io/AR.js-Docs/
it is displayed very slightly better the model no longer animates :
`<script src="https://aframe.io/releases/1.0.4/aframe.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aframe-look-at-component.min.js"></script>
<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"></script>
Do you know how I can fix the problem?
Thank you very much.
Nice day.
The text was updated successfully, but these errors were encountered: