I would like to know if there’s an iOS library or framework for loading *.obj in an iOS OpenGL project. I would like something simple (as simp have so compiling problem on Xcode 4.2).
I tried to find something but without success …
Thanks for your help 🙂
You can use Assimp. This is great library that understands lots of different formats. It’s C and C++ so you can use it with your Objective C code.