meshlete icon indicating copy to clipboard operation
meshlete copied to clipboard

Reassignment passes to move triangles to more optimal meshlets

Open JarkkoPFC opened this issue 2 years ago • 0 comments

The meshlets are created with a greedy algorithm, which tries to locally optimize each meshlet. This may lead to suboptimal global result and it might be better to reassign some of the meshlet triangles for more optimal result. We could run passes over the initially generated result to reassign triangles to more optimal meshlets.

JarkkoPFC avatar Nov 29 '22 19:11 JarkkoPFC