EgtGeomKernel 2.6b1 :

- modificata delta per ricalcolo offset con Voronoi (da 1e-14 a 1e-9).
This commit is contained in:
Dario Sassi
2024-02-02 16:00:12 +01:00
parent 3c458e9187
commit 9db53c7ee3
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -24,7 +24,7 @@
//----------------------------------------------------------------------------
static const bool USE_VORONOI = true ;
static const int VORONOI_STD_BOUND = 3 ;
static const double VRONI_OFFS_TOL = 1e-14 ;
static const double VRONI_OFFS_TOL = 1e-9 ;
//-------------------------- Forward Definitions -------------------------------
class ISurfFlatRegion ;