AR-js-org / AR.js

Image tracking, Location Based AR, Marker tracking. All on the Web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location Based AR.JS project mixed with AFRAME Hit Test

micfio opened this issue · comments

Do you want to request a feature or report a bug?

What is the current behavior?

If the current behavior is a bug, please provide the steps to reproduce.

Please mention other relevant information such as the browser version, Operating System and Device Name

What is the expected behavior?

If this is a feature request, what is motivation or use case for changing the behavior?
Hello, i have this simple project with AR.JS and AFRAME. I want to create a path in AR with the creator.html and the render the path with render.html. I use the location based features of AR.JS but the results are not correct. The creator.htm gererate two files json; in the first it
save the latidute and longitude of the user and in the second it save the position and the rotation of posed object. Then render.html read this file and pose an entity at latitude and longitude saved and then pose the object at the positions and with rotation saved. Can some one help me ? The results not are how i aspected. Is possible to do that with ar.js and aframe ? Thanks in advances
project.zip