comment the stride parameters of btIndexedMesh

See Issue 518,
thanks to Julien Rebetez
This commit is contained in:
erwin.coumans
2012-02-29 05:40:55 +00:00
parent dff62e67df
commit 73c8a8673e

View File

@@ -29,9 +29,11 @@ ATTRIBUTE_ALIGNED16( struct) btIndexedMesh
int m_numTriangles;
const unsigned char * m_triangleIndexBase;
// Size in byte of the indices for one triangle (3*sizeof(index_type) if the indices are tightly packed)
int m_triangleIndexStride;
int m_numVertices;
const unsigned char * m_vertexBase;
// Size of a vertex, in bytes
int m_vertexStride;
// The index type is set when adding an indexed mesh to the