How integrated is Collada to OpenGL ES

孤街醉人 提交于 2019-12-13 17:04:45

问题


All over where I read about the Collada file format I see some hint as to how integrated Collada is to OpenGL ES - or the other way. How integrated is it really? I suspect not, but are there functions that directly work with Collada files? - or even parts of Collada files? Or do I need to create my own parser from the ground up?


回答1:


You need to create your own parser, OpenGL or OpenGL ES doesn't have any model/mesh loading functionality, that's the developer's responsability.




回答2:


I think this is about COLLADA FX - a 'meta' way of describing shaders. See "How does Collada FX integrate with OpenGL ES and OpenGL?" in the faq. The other stuff you still have to do yourself or find a library for.



来源:https://stackoverflow.com/questions/4055441/how-integrated-is-collada-to-opengl-es

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