Skip to content

Commit

Permalink
small change for setting includeCurves on demo files
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaghassaei committed Mar 24, 2021
1 parent d6e5f3c commit 16f5415
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ function initControls(globals){
globals.includeCurves = true;
globals.vertInt = 20;
globals.apprCurve = 0.2;
} else {
globals.includeCurves = false;
}
globals.vertTol = 3;
globals.importer.importDemoFile(url);
Expand Down

0 comments on commit 16f5415

Please sign in to comment.