Added material assignment in model view, citybuilder, and transalte scale and offset window to model view.

This commit is contained in:
Justin Marshall
2026-05-28 04:14:22 -07:00
parent a7e7e8edbc
commit 05d547a27b
20 changed files with 29018 additions and 17225 deletions
@@ -597,7 +597,7 @@ void FixGlobalTjunctions( uEntity_t *e ) {
if ( !modelName ) {
continue;
}
if ( !strstr( modelName, ".lwo" ) && !strstr( modelName, ".ase" ) && !strstr( modelName, ".ma" ) ) {
if ( !strstr( modelName, ".lwo" ) && !strstr( modelName, ".ase" ) && !strstr( modelName, ".ma" ) && !strstr( modelName, ".obj" ) && !strstr( modelName, ".md5static" ) ) {
continue;
}