Merge pull request #803 from hiroj/Branch_v0.67.0

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

View File

@@ -593,6 +593,8 @@ namespace UniGLTF
mesh.RecalculateNormals();
}
mesh.UploadMeshData(false);
return (mesh, recalculateTangents);
}