Lasse Bickmann
Lasse Bickmann

Reputation: 133

Android Studio - Augmented Reality, Render 3D Model on Image target

I am making an Augmented Reality App, and the iOS app is already made with Vuforia. Now I need to make the Android version. The only AR functionality I need an Image Marker (recognizer), and to place a 3D model on top on it. I don't want to use ARCore (I want more available devices'), so I need to use a Framework. I have (of course) tried Vuforia, and successfully set up the sample project. But I don't know how to import the Imager Marker functionality into my own project. The documentation for Vuforia in Android Studio is very limited. So after hours of working, I gave up... Then I was recommended EasyAR, and I have now successfully imported the Image Marker functionality to my project, and render a colored cube on the top of my Image Marker. But I need to render my 3D model, instead of the cube and I don't know how to do that.

So have 2 questions, but one answer can make the difference.

  1. How to import the Image Marker functionality from Vuforia and render your own 3D object? (Any file-type)

  2. How to change the EasyAR standard rendered cube to a 3D object?

Any other possible solutions are also welcome.

Upvotes: 2

Views: 812

Answers (0)

Related Questions