use a larger edge target in the example

This commit is contained in:
Sébastien Loriot 2016-11-15 13:57:12 +01:00
parent f128addaca
commit a84faf682c
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ int main(int argc, char* argv[])
// remesh the region around the intersection polylines
PMP::isotropic_remeshing(
selected_faces,
0.01,
0.02,
mesh1,
params::edge_is_constrained_map(is_constrained_map) );