Code Select
int addTriangle(SimpleVector vert1, float u, float v, SimpleVector vert2, float u2, float v2, SimpleVector vert3, float u3, float v3, int textureID)
Adds a triangle to the object.
That's exactly what I needed.
Thanks very much!
btw jPCT is an excellent piece of work.