We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0d21f commit 1e64bd7Copy full SHA for 1e64bd7
SuperBMDLib/source/Geometry/Shape.cs
@@ -79,7 +79,7 @@ public void ProcessVerticesWithoutWeights(Mesh mesh, VertexData vertData)
79
80
foreach (Face face in mesh.Faces)
81
{
82
- for (int i = 2; i > 0; i--)
+ for (int i = 2; i >= 0; i--)
83
84
Vertex vert = new Vertex();
85
0 commit comments