From 4bfa48fd9fe3fd23fd0b35f08499b53043daac34 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Thu, 14 Aug 2008 21:08:02 -0800 Subject: [PATCH] Change default chord tolerance to 1, not 2. [git-p4: depot-paths = "//depot/solvespace/": change = 1868] --- solvespace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solvespace.cpp b/solvespace.cpp index 9a8bec86..9de1c09e 100644 --- a/solvespace.cpp +++ b/solvespace.cpp @@ -38,7 +38,7 @@ void SolveSpace::Init(char *cmdLine) { lightDir[1].y = CnfThawFloat( 0.0f, "LightDir_1_Up" ); lightDir[1].z = CnfThawFloat( 0.0f, "LightDir_1_Forward" ); // Chord tolerance - chordTol = CnfThawFloat(2.0f, "ChordTolerance"); + chordTol = CnfThawFloat(1.0f, "ChordTolerance"); // Max pwl segments to generate maxSegments = CnfThawDWORD(40, "MaxSegments"); // View units