Khalid
Khalid

Reputation: 89

Load 3D models in openGLES IOS

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

Answers (1)

sergio
sergio

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.

Upvotes: 1

Related Questions