THREEAR
THREEAR copied to clipboard
Location based AR support
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
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: https://github.com/0b01001101/locationar
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. Should not be difficult to port it on three.js, so @JamesLMilner with a bit of work should be possible :)