I'm currently working on some code that works on navigation meshes and I used ent_buffers to access mesh information. The problem is, our model has some 80 vertices right now but in the triangle buffer, there are vertex indices that are far beyond that. We found out that some indices correspond to the same position, but they're indexed differently. Why is this, and is there any way to override this behaviour?