From 6a7fd7334eabee99f19b28d74008ab50ad8b6dcb Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Wed, 13 Dec 2023 09:28:05 +0100 Subject: [PATCH] fix call of function in filter_csg --- plugins/filter_csg/intercept.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }