Normand Briere
2019-07-25 f2b6a33fdf84a06b958f9cb9d667a2eff3063d8b
Face.java
....@@ -31,6 +31,8 @@
3131 //cVector norm;
3232 //short flags;
3333
34
+ transient boolean used;
35
+
3436 transient float weight; // face weight using normals if leaf or maximum of all recursive elements
3537 transient int good; // vertex links broken
3638 transient int boundary;