Well I would like to build a Location Based AR. Objects which the player can ´find´ at a specific place in the real world. Which grow bigger the closer you get to the object. Objects you can interact with. Additionaly information built with webflow. (This would help to easily create a different design for every device)
https://medium.com/chialab-open-source/build-your-location-based-augmented-reality-web-app-c2442e716564
Is it possible to do so with Verge3D OR would it be easier to use Aframe instead? This code only works with AFrame but Verge3d is Three.js based? But further AFrame is Three.js based as well so it might be possible? Or is it too complicated to use the AR.js libary anyway?
https://ar-js-org.github.io/AR.js-Docs/location-based/
Is there a more simple way to create a location based AR with verge3d?
I could set up an event depending on the GPS of the player but that might be a bit neh? Any ideas?