I'm running the HelloARQRCode sample for Android, I wanna to show a custom 3D model over a marker, if possible, loaded from an OBJ file. At the HelloARQRCode sample is shown a 3D cube/rectangle and Its vertices are set manually at the BoxRenderer class.
I saw that the EasyAR SDK Pro can load 3D targes from OBJ files for 3D object tracking (
https://www.easyar.com/doc/EasyAR%20SDK/Guides/EasyAR-3D-Object-Tracking.html). So it has an OBJ parser internally. Can this OBJ parser be used not only for 3D Object Tracking? Can it be used to load a 3D model that will be shown over a 2D marker? How can I do that?