Raise the thickness threshold used for generating thin walls. TODO: don't enforce this at the segment level but consider the average thickness of an entire polyline and compare it to the total length. #2910

This commit is contained in:
Alessandro Ranellucci 2015-06-15 17:00:10 +02:00
parent bc69d6da81
commit 539cde8d7a
2 changed files with 5 additions and 7 deletions

View file

@ -504,7 +504,7 @@ MedialAxis::is_valid_edge(const VD::edge_type& edge) const
//printf(" => too thin, skipping\n");
return false;
}
return true;
}