changed minimal smooth ring to 3 in order to avoid not sufficient neighbors for curvature computation
This commit is contained in:
parent
10af2ab4ae
commit
ed5ae26e42
|
@ -349,7 +349,7 @@ public:
|
|||
SmoothParam()
|
||||
{
|
||||
Ndir=4;
|
||||
curvRing=2;
|
||||
curvRing=3;
|
||||
alpha_curv=0.0;
|
||||
align_borders=false;
|
||||
SmoothM=SMMiq;
|
||||
|
|
Loading…
Reference in New Issue