I want to know if there is any way I can implement a marker-based AR scene using Verge3D.
Recently, I created a simple AR project using Verge3D, where I implemented a marker-less method provided by Verge3D through the Puzzle system. Now, I would like to implement a marker-based AR scene.
As a beginner in this field, I don’t have much knowledge related to JavaScript and its frameworks. However, I came across the “AR.js” library, which has the capability to generate AR scenes using markers and images.
I would like to know how to implement AR.js with Verge3D. I’ve gone through examples of Vue.js and React from the Verge3D store, but I couldn’t fully understand them. It would be helpful if you could guide me or provide a roadmap of topics to work on to integrate AR.js with Verge3D.
Thank you!