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
meshopt partitioner currently will not merge completely disconnected
clusters, which in some meshes can create a set of early clusters that
are not simplified further. METIS will merge these instead, which alters
the high level DAG construction flow.
It's not clear why single cluster groups should be special: a group with
merged disconnected clusters is just effectively synchronizing the LOD
transition decisions between different clusters.
In the future, meshopt will likely start merging clusters together, but
for now it's cleaner to remove this special case.
0 commit comments