changed minimal smooth ring to 3 in order to avoid not sufficient neighbors for curvature computation

This commit is contained in:
nico 2020-12-19 17:22:42 +11:00
parent 10af2ab4ae
commit ed5ae26e42
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ public:
SmoothParam()
{
Ndir=4;
curvRing=2;
curvRing=3;
alpha_curv=0.0;
align_borders=false;
SmoothM=SMMiq;