Skip to content

Commit

Permalink
Use curvature_tol=3
Browse files Browse the repository at this point in the history
This keeps mesh vertices lower.
Thanks to @d41k4n.
(applied globally - does not seem to hurt)
  • Loading branch information
jonaseberle committed Sep 17, 2023
1 parent 3753a79 commit e5d0694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ortho4XP.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ min_area=0.001
max_area=200.0
clean_bad_geometries=True
mesh_zl=19
curvature_tol=2.0
curvature_tol=3.0
apt_curv_tol=0.5
apt_curv_ext=0.5
coast_curv_tol=1.0
Expand Down

0 comments on commit e5d0694

Please sign in to comment.