update-decimation-filters #140

Merged
defnotken merged 4 commits from update-decimation-filters into 2.0.3 2026-01-19 17:22:28 +00:00
Showing only changes of commit 828be6eb5b - Show all commits

View File

@@ -64,9 +64,14 @@ internal static class ModelDecimationFilters
// BODY MATERIALS ONLY, NOT MESHES
internal static readonly string[] BodyMaterials =
[
"_bibo",
"_a.mtrl",
"_b.mtrl",
"b0001_bibo.mtrl",
"b0101_bibo.mtrl",
"b0001_a.mtrl",
"b0001_b.mtrl",
"b0101_a.mtrl",
"b0101_b.mtrl",
];
internal static string NormalizePath(string path)