BoundaryRep.java
.. .. @@ -4001,7 +4001,7 @@ 4001 4001 NormalGenerator ng; 4002 4002 4003 4003 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);4005 4005 else 4006 4006 ng = new NormalGenerator(Math.PI); // (Math.PI / 3); // /4); 4007 4007