ModelDiffer: update material testser + create material for unittests.

This commit is contained in:
Kim Kulling
2016-09-23 10:10:00 +02:00
parent d005b38f99
commit 68d33a99a1
2 changed files with 9 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ protected:
expScene->mMeshes[ 0 ] = mesh;
expScene->mNumMaterials = 1;
expScene->mMaterials = new aiMaterial*[ expScene->mNumMaterials ];
return expScene;
}