Add ExportProperties

This commit is contained in:
Madrich
2015-03-14 14:03:14 +01:00
parent 5fedf5279c
commit 8b1b12682f
14 changed files with 365 additions and 41 deletions

View File

@@ -1952,7 +1952,9 @@ void ColladaParser::ReadIndexData( Mesh* pMesh)
// small sanity check
if (primType != Prim_TriFans && primType != Prim_TriStrips)
{
ai_assert(actualPrimitives == numPrimitives);
}
// only when we're done reading all <p> tags (and thus know the final vertex count) can we commit the submesh
subgroup.mNumFaces = actualPrimitives;