Merge branch 'master' into obj-pbr-explicit

This commit is contained in:
Kim Kulling
2022-03-15 14:30:24 +01:00
committed by GitHub
6 changed files with 563 additions and 536 deletions

View File

@@ -238,6 +238,7 @@ void ObjFileMtlImporter::load() {
case 'a': // Anisotropy
{
++m_DataIt;
getFloatValue(m_pModel->m_pCurrentMaterial->anisotropy);
m_DataIt = skipLine<DataArrayIt>(m_DataIt, m_DataItEnd, m_uiLine);
} break;