THREEAR icon indicating copy to clipboard operation
THREEAR copied to clipboard

Location based AR support

Open martinloretzzz opened this issue 6 years ago • 5 comments

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

martinloretzzz avatar Jul 04 '19 08:07 martinloretzzz

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)

nicolocarpignoli avatar Jul 04 '19 08:07 nicolocarpignoli

I wrote a location based ar lib: https://github.com/0b01001101/locationar

martinloretzzz avatar Jul 14 '19 00:07 martinloretzzz

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.

JamesLMilner avatar Jan 19 '20 19:01 JamesLMilner

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.

kalwalt avatar Jan 19 '20 19:01 kalwalt

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 :)

nicolocarpignoli avatar Jan 19 '20 19:01 nicolocarpignoli