Change default chord tolerance to 1, not 2.

[git-p4: depot-paths = "//depot/solvespace/": change = 1868]
solver
Jonathan Westhues 2008-08-14 21:08:02 -08:00
parent 285f990ad6
commit 4bfa48fd9f
1 changed files with 1 additions and 1 deletions

View File

@ -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