mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-13 22:24:51 +08:00
Updated Dec3N XML conversion. Ported BoundGeometry.VerticesShrunk code from rageAm. Added Track2AnimUV shader param name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user