Change minimium element size in max remesh

This commit is contained in:
Alex Selimov 2020-03-20 10:47:17 -04:00
parent de1d230b87
commit 697dd7fa83

View File

@ -364,7 +364,7 @@ module opt_group
if (max_remesh) then
max_loops = (remesh_size-2)/2
max_loops = (remesh_size-3)/2
else
max_loops = 1
end if