mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-23 13:03:15 +00:00
Flip UVs for gfbmdl
This commit is contained in:
parent
456796d684
commit
29b4e07fd5
6 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -322,6 +322,8 @@ namespace FirstPlugin
|
|||
mesh.vertices.Add(vertex);
|
||||
}
|
||||
|
||||
mesh.FlipUvsVertical();
|
||||
|
||||
int polyIndex = 0;
|
||||
foreach (var group in Buffer.PolygonGroups)
|
||||
{
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue