Change minimium element size in max remesh
This commit is contained in:
parent
de1d230b87
commit
697dd7fa83
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user