Simple obj preview with ARCore

560 views Asked by At

is there any way to show obj on glsurfaceview with ARCore but without camera and without implementing whole logic of renderer, I mean only preview of model, and for example after click, show model on camera. For example library that load preview of model and model in AR. I know that I can use some library for load model to glsurfaceview and ARCore to load model to AR, but I ask if is some library that do all of this.

1

There are 1 answers

3
Fixus On

Prepare two activities. In first one you can make list of models for preview, after taping on the model you can pass some identifier of it to the second activity that will enable the camera and show it in front of the user.

Remember that the fact you`re using ARCore is not forcing you to do it in every single place and activity

I hope this what you had in mind