You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a webpage that displays an augmented reality text when a person is in a certain city (the text needs to be displayed everywhere in the entire area of the city). However, the city has tens of thousands of streets, and there is no way for me to manually write the Geographic Coordinates of each street, of each corner of the city... How can I solve this?
Do you mean you want to show POIs throughout the city in AR?
If so, you will need to set up a server which allows clients to look up all POIs within a given latitude/longitude bounding box. The client app (AR.js) would then query the server and parse the data (e.g. JSON) returned, dynamically creating AR objects from the server response.
Hello
I want to create a webpage that displays an augmented reality text when a person is in a certain city (the text needs to be displayed everywhere in the entire area of the city). However, the city has tens of thousands of streets, and there is no way for me to manually write the Geographic Coordinates of each street, of each corner of the city... How can I solve this?
https://github.com/AR-js-org/AR.js?tab=readme-ov-file#location-based-example
The text was updated successfully, but these errors were encountered: