You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added parallel chunk updates without thinking very hard about the consequences, and now the glTF export fails nondeterministically, because ordering in the file is determined by ordering of the parallel operations.
Possible solutions:
Have the glTF exporter sort the meshes by their MeshIds.
Give ChunkedSpaceMesh a method to request deterministic updates (which could still be calculated in parallel, but with sorted sequential callbacks).
The text was updated successfully, but these errors were encountered:
I added parallel chunk updates without thinking very hard about the consequences, and now the glTF export fails nondeterministically, because ordering in the file is determined by ordering of the parallel operations.
Possible solutions:
MeshId
s.ChunkedSpaceMesh
a method to request deterministic updates (which could still be calculated in parallel, but with sorted sequential callbacks).The text was updated successfully, but these errors were encountered: