This commit is contained in:
Kim Kulling
2019-11-15 20:52:13 +01:00
parent 9493ec670d
commit 3a8cb442f3
6 changed files with 51 additions and 225 deletions

View File

@@ -180,6 +180,8 @@ string ModelLoader::determineTextureType(const aiScene * scene, aiMaterial * mat
{
return "textures are on disk";
}
return ".";
}
int ModelLoader::getTextureIndex(aiString * str)