Flip UVs for gfbmdl

This commit is contained in:
KillzXGaming 2019-06-22 09:20:08 -04:00
parent 456796d684
commit 29b4e07fd5
6 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -322,6 +322,8 @@ namespace FirstPlugin
mesh.vertices.Add(vertex);
}
mesh.FlipUvsVertical();
int polyIndex = 0;
foreach (var group in Buffer.PolygonGroups)
{