Merge pull request #802 from hiroj/add_uploadMeshData

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

View File

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