Normand Briere
2019-07-23 de4f66e0239a736bce24e09c9a0b49b5bb92d84b
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