Reputation: 89
How we can render maya's 3D model in openGLES (iOS) ? Is there any tutorial or sample code to do so ?? Please help me.
Upvotes: 1
Views: 779
Reputation: 69027
If you can output a COLLADA model from your Maya model, then you could use cocos3D to load and display it.
Also, have a look at this post explaining ho to work directly with Maya models on iOS.