Change minimium element size in max remesh
This commit is contained in:
parent
de1d230b87
commit
697dd7fa83
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ module opt_group
|
||||||
|
|
||||||
|
|
||||||
if (max_remesh) then
|
if (max_remesh) then
|
||||||
max_loops = (remesh_size-2)/2
|
max_loops = (remesh_size-3)/2
|
||||||
else
|
else
|
||||||
max_loops = 1
|
max_loops = 1
|
||||||
end if
|
end if
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue