diff --git a/plugins/filter_csg/intercept.h b/plugins/filter_csg/intercept.h index 7b6e551..b9bc3f1 100644 --- a/plugins/filter_csg/intercept.h +++ b/plugins/filter_csg/intercept.h @@ -784,7 +784,7 @@ namespace vcg { Point3dt(makeFraction(v2.X()*subCellPrecision, subCellPrecision), makeFraction(v2.Y()*subCellPrecision, subCellPrecision), makeFraction(v2.Z()*subCellPrecision, subCellPrecision)), - i->cN().Normalize(), + i->cN().normalized(), i->cQ()); } }