How to render .dae(collada) file in android studio using openGL
问题 I am developing a android project to make and render a 3D Object using openGL concepts. I'm able to rendering obj and mtl file Unfortunately, I'm not able to render .dae(collada) file in android studio. Any one send a sample project link for basic animated file in openGL 回答1: Take a look at this repo: https://github.com/andresoviedo/android-3D-model-viewer ColladaLoader class has the code to parse the data in a dae file. 来源: https://stackoverflow.com/questions/48204593/how-to-render