How to render .dae(collada) file in android studio using openGL

蹲街弑〆低调 提交于 2019-12-11 00:14:11

问题


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-daecollada-file-in-android-studio-using-opengl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!