Hi guys my first post! I just wanted to mention the md2 format for iPhone. There is a rather good example
here. One issue I'm dealing with at the moment is the key frame animation. This format stores all the vertices for each frame and then interpolates them every frame. This is currently causing the greatest bottleneck in my game.
I'm just curious is the obj format better suited to the iPhone? Does it support animation?