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