I am making a camera app for which I needed 3D filters. I need 3D images as filters for which I have to use .obj files in canvas. Is there a possibility of using the .obj file on canvas?
I have been searching for 2 days now in search of a way to use the .obj file in Android Native all I get is Augmented Reality suggestions. ARCore Library is only supported for above API 7.0 (API level 24). Whereas my app supports Android 4.4 (API level 19)
What I need is that I can use filters like Snapchat. So do I have to go to the AR library or is there a way I can use .obj in Canvas? Please suggest!