Merge pull request #1674 from Azaezel/alpha41/nonInvertentialist
Some checks failed
Linux Build / Ubuntu Latest GCC (push) Has been cancelled
MacOSX Build / MacOSX Latest Clang (push) Has been cancelled
Windows Build / Windows Latest MSVC (push) Has been cancelled

don't flip invertroughness on by default
This commit is contained in:
Brian Roberts 2026-02-24 17:51:14 -06:00 committed by GitHub
commit 3e146f222a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -3003,7 +3003,7 @@ Torque::Path AssetImporter::importMaterialAsset(AssetImportObject* assetItem)
if (hasRoughness)
{
newMat->mInvertRoughness[0] = true;
newMat->mInvertRoughness[0] = false;
}
newAsset->addObject(newMat);