I want to load mesh from asset and show it on screen.
I have almost 1,000 number of .obj file, and for each of them, I would like to apply the process below.
1 Load one of the mesh files from asset and show it on a screen.
2 take several screen shots of the object.
3 delete the object
I implemented the process number 2(screen shots), however, I am stuck in loading mesh files from assets and showing part.
If you know, please help me out.