Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
SMD bugfix. Makefile is up to date now. Added pack-attribute for aiVector3D and aiVector2D. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@132 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -391,9 +391,9 @@ void XFileParser::ParseDataObjectSkinMeshHeader( Mesh* pMesh)
|
||||
{
|
||||
readHeadOfDataObject();
|
||||
|
||||
unsigned int maxSkinWeightsPerVertex = ReadInt();
|
||||
unsigned int maxSkinWeightsPerFace = ReadInt();
|
||||
unsigned int numBonesInMesh = ReadInt();
|
||||
/*unsigned int maxSkinWeightsPerVertex =*/ ReadInt();
|
||||
/*unsigned int maxSkinWeightsPerFace =*/ ReadInt();
|
||||
/*unsigned int numBonesInMesh = */ReadInt();
|
||||
|
||||
CheckForClosingBrace();
|
||||
}
|
||||
@@ -478,7 +478,7 @@ void XFileParser::ParseDataObjectMeshMaterialList( Mesh* pMesh)
|
||||
readHeadOfDataObject();
|
||||
|
||||
// read material count
|
||||
unsigned int numMaterials = ReadInt();
|
||||
/*unsigned int numMaterials =*/ ReadInt();
|
||||
// read non triangulated face material index count
|
||||
unsigned int numMatIndices = ReadInt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user