loop_subdivision icon indicating copy to clipboard operation
loop_subdivision copied to clipboard

Update original mesh

Open icemiliang opened this issue 5 years ago • 1 comments
trafficstars

directly update the original mesh instead of creating a new denser mesh.

icemiliang avatar Feb 23 '20 07:02 icemiliang

One easy hack is to temporarily store the new position as a new trait for each vertex and after submission overwrite the original position with the new one.

icemiliang avatar Jul 27 '21 05:07 icemiliang