Closed ybrahem closed 6 years ago
I had the same problem.
Adding precision mediump float;
to the fragment shader in the ImageRenderer and AnnotationRenderer solved the problem for me.
can you please share your code @jguinaud
I just made a PR with the fix @DanialKhan777 https://github.com/appoly/ARCore-Location/pull/2
Thanks for the fix @jguinaud
Hello i tried building your project but it seems it does not work as i expected, it keeps searching for surfaces and then when i hit in any surface it shows a message saying "Bearing adjustment:" and it does not show any arrows for the location that i entered next to me. i even tried debugging and putting a breakpoint where it should add annotation for the location but it does not enter that particular line which is weird. Can anybody help ?