.. | .. |
---|
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 | |
---|
.. | .. |
---|
4155 | 4155 | |
---|
4156 | 4156 | void MergeNormals() |
---|
4157 | 4157 | { |
---|
| 4158 | + assert(!trimmed); |
---|
| 4159 | + |
---|
4158 | 4160 | boolean smooth = Grafreed.smoothmode; |
---|
4159 | 4161 | boolean link = Grafreed.linkUV; |
---|
4160 | 4162 | Grafreed.smoothmode = true; |
---|