I\'m trying to load .obj files that I\'ve formatted into:
vertexX vertexY vertexZ normalX normalY normalZ
and:
index1 index
I don't know if you've considered this, but if your .obj files won't change in your application, you can format them as objective-C arrays and compile them directly with your code.