Merge pull request #804 from hiroj/fix_uploadMeshData

fix uploadMeshData
This commit is contained in:
hiroj
2021-03-18 18:18:32 +09:00
committed by GitHub

View File

@@ -638,8 +638,6 @@ namespace UniGLTF
mesh.RecalculateNormals();
}
mesh.UploadMeshData(false);
return (mesh, recalculateTangents);
}
@@ -700,6 +698,8 @@ namespace UniGLTF
}
}
mesh.UploadMeshData(false);
return result;
}
}