I'm working on .obj importer and I've created a test .obj file in Blender to see if my importer can work with it. Unfortunately, I get out of range exceptions because my model is riddled with vertex indices that are out of range.
For example, in the mesh "Doors" there are 120 vertices, but you can see that down in the submesh, indices that are mentioned are a lot higher (146, 147, 149...).
My .obj file is here. Does anybody know why are these indeces higher than the number of vertices or how to handle that?