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
....@@ -4155,6 +4155,8 @@
41554155
41564156 void MergeNormals()
41574157 {
4158
+ assert(!trimmed);
4159
+
41584160 boolean smooth = Grafreed.smoothmode;
41594161 boolean link = Grafreed.linkUV;
41604162 Grafreed.smoothmode = true;