ios - 在 openGLES IOS 中加载 3D 模型

标签 ios opengl-es

我们如何在 openGLES (iOS) 中渲染 maya 的 3D 模型?
是否有任何教程或示例代码可以这样做??

请帮助我。

最佳答案

如果您可以从 Maya 模型输出 COLLADA 模型,那么您可以使用 cocos3D加载并显示它。

另外,看看 this post解释如何在 iOS 上直接使用 Maya 模型。

关于ios - 在 openGLES IOS 中加载 3D 模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12816712/

相关文章:

ios - 我是否需要在 AFNetworking Reachability block 中引用 self with weak

ios - swift 3 : CAShapeLayer mask not animating for pie chart animation

Android 混合 OpenGLES 1.0 和 OpenGLES 2.0

java - Libgdx SpriteBatch 是否绘制到 StencilBuffer?

c++ - OpenGL 中的压缩纹理批处理

ios - JSON 日期到 NSDate 结果为零

ios - 关闭不使用 Rabbitmq 的连接

安卓视频滤镜

ios - 在 TableView 中隐藏 UIView 并更新约束

android - 通过 VBO 将附加数据传递给 fragment 着色器 - DynamicSpriteBatch