From 3ffc0b40d88a55b20ed20ef7560cc30726aa53c3 Mon Sep 17 00:00:00 2001 From: Daniele Bariletti Date: Wed, 22 Apr 2026 16:12:30 +0200 Subject: [PATCH] EgtGeomKernel : - tolto flag di debug. --- Trimming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trimming.cpp b/Trimming.cpp index c12694c..3f24979 100644 --- a/Trimming.cpp +++ b/Trimming.cpp @@ -62,7 +62,7 @@ #define DEBUG_EDGES 0 #define DEBUG_SHAPE_STM 0 #define DEBUG_HOLES 0 -#define DEBUG_SMOOTH_CURVATURE 1 +#define DEBUG_SMOOTH_CURVATURE 0 #if DEBUG_BASIC_BORDERS || DEBUG_CHAIN_CURVES || DEBUG_ANG_APPROX || DEBUG_BEZIER_INTERP || \ DEBUG_FACE_SEARCH || DEBUG_FACE_SEARCH_TRIA_MODIF || DEBUG_BRK_POINTS || DEBUG_BRK_THICK || \ DEBUG_BRK || DEBUG_BORDERS_BY_NORMALS || DEBUG_SYNC_POINTS || DEBUG_SYNC_INTERPOLATION || \