fix textures UV. drop leftovers. properly map material_lo.

This commit is contained in:
bird_egop
2026-06-06 23:25:14 +03:00
parent 5baf3f324f
commit 64fd54635e
9 changed files with 36 additions and 73 deletions
@@ -88,7 +88,7 @@ public static class MshRestPoseBuilder
{
try
{
return Convert.ToInt32(node.ParentIndexOrMinusOne);
return Convert.ToInt32(node.ParentIndexOrLink);
}
catch
{