Using 3D objects in an iOS app

Jack Humphries picture Jack Humphries · Jul 14, 2011 · Viewed 9k times · Source

How would I go about adding a 3D object from Maya into an iOS app? For now, before it gets too complicated, I just want to add it in, no response to touch yet. Is there a tutorial about this? Thanks!

Edit: It doesn't necessarily have to be Maya. I can learn how to use another program.

Answer

Luke picture Luke · Jul 14, 2011

Molecules is a great open source iOS app that uses OpenGL ES to render 3D objects that have nice touch interaction. Maybe that would be a good starting point.