Make sure to use mesh indices on export
This commit is contained in:
parent
a37ad31922
commit
c9d3c3efa9
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++)
|
||||
{
|
||||
// geomNode.MeshIndices.Add(ob);
|
||||
geomNode.MeshIndices.Add(ob);
|
||||
}
|
||||
scene.RootNode.Children.Add(geomNode);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user