Normand Briere
2018-07-01 655810d1c4e710e7c85772b8dde96772dbcf274b
Vertex.java
....@@ -132,9 +132,9 @@
132132
133133 return Math.abs(/*pos.*/x - vert./*pos.*/x) +
134134 Math.abs(/*pos.*/y - vert./*pos.*/y) +
135
- Math.abs(/*pos.*/z - vert./*pos.*/z) < 0.00001 && // GraphreeD.epsvertex2 && // WARNING: USE 0.0001 for serial issues
136
- (GraphreeD.linkUV || Math.abs(s - vert.s) + Math.abs(t - vert.t) < 0.00001)
137
- ; // GraphreeD.epsvertex2;
135
+ Math.abs(/*pos.*/z - vert./*pos.*/z) < 0.00001 && // GrafreeD.epsvertex2 && // WARNING: USE 0.0001 for serial issues
136
+ (GrafreeD.linkUV || Math.abs(s - vert.s) + Math.abs(t - vert.t) < 0.00001)
137
+ ; // GrafreeD.epsvertex2;
138138 }
139139 /*
140140 public boolean isSame(Object o)