Collada: add workaround to deal with polygon with holes .

This commit is contained in:
Kim Kulling
2017-07-11 10:42:10 +02:00
parent 947e4389ce
commit e66dc5c9ad
2 changed files with 4 additions and 5 deletions

View File

@@ -132,7 +132,6 @@ void ColladaLoader::SetupProperties(const Importer* pImp)
ignoreUpDirection = pImp->GetPropertyInteger(AI_CONFIG_IMPORT_COLLADA_IGNORE_UP_DIRECTION,0) != 0;
}
// ------------------------------------------------------------------------------------------------
// Get file extension list
const aiImporterDesc* ColladaLoader::GetInfo () const