mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 14:30:26 +00:00
Make sure to use mesh indices on export
This commit is contained in:
parent
a37ad31922
commit
c9d3c3efa9
4 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -91,7 +91,7 @@ namespace Switch_Toolbox.Library
|
||||||
|
|
||||||
for (int ob = 0; ob < scene.MeshCount; ob++)
|
for (int ob = 0; ob < scene.MeshCount; ob++)
|
||||||
{
|
{
|
||||||
// geomNode.MeshIndices.Add(ob);
|
geomNode.MeshIndices.Add(ob);
|
||||||
}
|
}
|
||||||
scene.RootNode.Children.Add(geomNode);
|
scene.RootNode.Children.Add(geomNode);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue