Normand Briere
2019-07-20 0a52bd4800459cd9935f360d7ca9555b6bea2146
BoundaryRep.java
....@@ -4001,7 +4001,7 @@
40014001 NormalGenerator ng;
40024002
40034003 if (crease)
4004
- ng = new NormalGenerator(Math.PI/6); // default is 44 degrees (or Math.PI/3); // /4);
4004
+ ng = new NormalGenerator(Math.PI/4); // default is 44 degrees (or Math.PI/3); // /4);
40054005 else
40064006 ng = new NormalGenerator(Math.PI); // (Math.PI / 3); // /4);
40074007