-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location based AR support #85
Comments
Hi, I have recently found that project too but never run it. Let us know if it's working (I see it uses 0.6.1 version of aframe that is obsolete but maybe it is still working) |
I wrote a location based ar lib: |
I noticed @nicolocarpignoli released https://github.com/nicolocarpignoli/GeoAR.js. I wonder if it would be possible to compile this into the library and expose it with our API for Three.js? Unfortunately I don't have the time allocation to do this right now, but it's an idea to put out there if anyone is interested. |
Hi @JamesLMilner ! Locatation based AR is now in a feature inside Ar.js, It is based on the @nicolocarpignoli https://github.com/nicolocarpignoli/GeoAR.js maybe he can help you in some way. |
Hi everybody! As for now, the location-based feature of AR.js is only a-frame side. |
Location based tracking with gps position and device orientation
Likely it will only be usefull if the target position is further away than 25-50m, but it opens a lot of new possibilitys like some navigation or geosearch apps
There is an experiment in ar.js:
https://github.com/ARjs-org/location-based-ar
I will make some experiments next week
The text was updated successfully, but these errors were encountered: