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
The entity is following the camera instead of being still on the configured lat long,
Can anyone point out why is this happening?
I tried to move up to 10meters but the object I set on the location still in me. seems like a ghost
<script src=https://github.com/AR-js-org/AR.js/issues/"https://unpkg.com/aframe-look-at-component@0.8.0/dist/aframe-look-at-component.min.js">
<!-- Assumes AR.js build is in the 'AR.js' directory -->
<script type='text/javascript' src='https://github.com/ar-threex-location-only.js'></script>
<script type='text/javascript' src='https://github.com/aframe-ar.js'></script>
</head>
<body>
<!--
Examples: https://github.com/AR-js-org/AR.js/blob/master/aframe/examples/new-location-based/always-face-user/index.html
This is using a simulated location. If testing on a mobile device, remove the
'simulateLatitude' and 'simulateLongitude' properties from 'gps-new-camera' and
change the 'latitude' and 'longitude' properties to a location around 0.001
degrees from your real location.
-->
<a-scene vr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false' renderer='antialias: true; alpha: true'>
<a-camera gps-new-camera='gpsMinDistance: 1;'></a-camera>
<a-entity material='color: red' geometry='primitive: box' gps-new-entity-place="latitude: 8.477820; longitude: 124.642536" scale="10 10 10"></a-entity>
</a-scene>
</body>
</html>
">
<!DOCTYPE html><html><head><title>AR.js A-Frame</title><scriptsrc="https://aframe.io/releases/1.3.0/aframe.min.js"></script><scriptsrc="https://unpkg.com/aframe-look-at-component@0.8.0/dist/aframe-look-at-component.min.js"></script><!-- Assumes AR.js build is in the 'AR.js' directory --><scripttype='text/javascript' src='/ar-threex-location-only.js'></script><scripttype='text/javascript' src='/aframe-ar.js'></script></head><body><!-- Examples: https://github.com/AR-js-org/AR.js/blob/master/aframe/examples/new-location-based/always-face-user/index.htmlThis is using a simulated location. If testing on a mobile device, remove the 'simulateLatitude' and 'simulateLongitude' properties from 'gps-new-camera' andchange the 'latitude' and 'longitude' properties to a location around 0.001 degrees from your real location.--><a-scenevr-mode-ui='enabled: false' arjs='sourceType: webcam; videoTexture: true; debugUIEnabled: false' renderer='antialias: true; alpha: true'><a-cameragps-new-camera='gpsMinDistance: 1;'></a-camera><a-entitymaterial='color: red' geometry='primitive: box' gps-new-entity-place="latitude: 8.477820; longitude: 124.642536" scale="10 10 10"></a-entity></a-scene></body></html>
The text was updated successfully, but these errors were encountered:
The entity is following the camera instead of being still on the configured lat long,
Can anyone point out why is this happening?
I tried to move up to 10meters but the object I set on the location still in me. seems like a ghost
The text was updated successfully, but these errors were encountered: