Updated Dec3N XML conversion. Ported BoundGeometry.VerticesShrunk code from rageAm. Added Track2AnimUV shader param name

This commit is contained in:
dexy
2024-07-24 13:31:04 +10:00
Unverified
parent b62162cf21
commit d0cdb1bd76
8 changed files with 394 additions and 80 deletions
+3 -3
View File
@@ -4346,9 +4346,9 @@ namespace CodeWalker.Project
if (ptri != null)
{
ptri.edgeIndex1 = -1;
ptri.edgeIndex2 = -1;
ptri.edgeIndex3 = -1;
ptri.edgeIndex1 = 0xFFFF;
ptri.edgeIndex2 = 0xFFFF;
ptri.edgeIndex3 = 0xFFFF;
}
if (copy != null)