work on material parameters

This commit is contained in:
2026-04-05 03:20:51 -04:00
parent c949a4db05
commit 9c1f474170
13 changed files with 257 additions and 307 deletions

View File

@@ -35,11 +35,7 @@ public:
if (!Mat) return;
auto AllParams = WingMaterialParameter::GetMaterialParameters(Mat);
for (auto& [Info, Meta] : AllParams)
{
WingMaterialParameter::FormatMaterialParameter(Info, Meta);
}
WingMaterialParameter::PrintAll(AllParams, false);
if (AllParams.IsEmpty()) WingOut::Stdout.Printf(TEXT("No material parameters.\n"));
}
};