Change default chord tolerance to 1, not 2.
[git-p4: depot-paths = "//depot/solvespace/": change = 1868]solver
parent
285f990ad6
commit
4bfa48fd9f
|
@ -38,7 +38,7 @@ void SolveSpace::Init(char *cmdLine) {
|
||||||
lightDir[1].y = CnfThawFloat( 0.0f, "LightDir_1_Up" );
|
lightDir[1].y = CnfThawFloat( 0.0f, "LightDir_1_Up" );
|
||||||
lightDir[1].z = CnfThawFloat( 0.0f, "LightDir_1_Forward" );
|
lightDir[1].z = CnfThawFloat( 0.0f, "LightDir_1_Forward" );
|
||||||
// Chord tolerance
|
// Chord tolerance
|
||||||
chordTol = CnfThawFloat(2.0f, "ChordTolerance");
|
chordTol = CnfThawFloat(1.0f, "ChordTolerance");
|
||||||
// Max pwl segments to generate
|
// Max pwl segments to generate
|
||||||
maxSegments = CnfThawDWORD(40, "MaxSegments");
|
maxSegments = CnfThawDWORD(40, "MaxSegments");
|
||||||
// View units
|
// View units
|
||||||
|
|
Loading…
Reference in New Issue