appoly / ARCore-Location

Allows items to be placed within the AR world with real-world GPS coordinates using ARCore.
https://www.appoly.co.uk/arcore-location/
MIT License
478 stars 154 forks source link

Distance not updating when moving #31

Closed aadimator closed 6 years ago

aadimator commented 6 years ago

When I move in the direction of the marker, the distance shown on the rendered view stays the same. I am using the sample example but instead of just one ExampleView, I'm rendering multiple views, following the methodology illustrated here, https://github.com/appoly/ARCore-Location/issues/20. Shouldn't it change?