fix_uploadMeshData

This commit is contained in:
hiroj 2021-03-18 18:17:02 +09:00
parent 9482ef1b48
commit abfebe1133

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;
}
}