AR.js Virtual Location Based Gallery

245 Views Asked by At

I am looking to create a virtual gallery. I want to hang pictures and place objects on surfaces (so surface aware, such as walls, tables, outside on pavement) and also be location aware (where the physical location of the gallery will be and around the town. How can I achieve this? Thought using three.js and ar.js would give something. But not sure how to proceed. Mainly surface detection and location using AR.js. Is it possible to do this with the below libraries? (AR.js with Image Tracking + Location Based AR)

<script src="https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js">
<script src="https://raw.githack.com/AR-js-org/AR.js/master/three.js/build/ar-nft.js">

Thanks in advance!

0

There are 0 best solutions below