Which is more?
Is that number of vertices always triples the number of triangles?
Thanks
Posted 02 January 2013 - 10:23 PM
No, vertices can be shared between adjacent triangles, as long as all attributes match (position, normal, uv, whatever). For example, vertices along a 'hard edge' (not shared normals) are not shared between adjacent triangles. At maximum, numVertices = numTriangles*3, but there is as much sharing as possible.
Posted 02 January 2013 - 10:23 PM