Currently i'm trying to implement a terrain collision class. We are using the .dae file format from Collada and are loading the vertex data into a vbo for drawing. From this face/vertex data i'd like to create a 2d array that stores the corresponding vertexes of the vertex data. I've worked out how this can be done already, but i'm not sure if its going to because i'm unable to determine if the .dae file stores the face data in order.

This is what i'm hoping to achieve, which i believe is possible with .OBJ format because it stores the vertices in this order but from what i've had a look at, i dont think max exports the collada data like this.
Help is greaty appreciated.
- rocklobster






