Normand Briere
2018-05-22 42107f9a01652cb2f47228d20c1148a2a22f6a63
BoundaryRep.java
....@@ -4932,7 +4932,7 @@
49324932 //colors[i3 + 1] = cp.vertexOcclusion.g;
49334933 //colors[i3 + 2] = cp.vertexOcclusion.b;
49344934
4935
- if ((i % 1000) == 0 && i != 0)
4935
+ if ((i % 100) == 0 && i != 0)
49364936 {
49374937 CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
49384938 //System.out.println("Color = " + cp.vertexOcclusion.r + ", " + cp.vertexOcclusion.g + ", " + cp.vertexOcclusion.b + "; " + (int)(100.0*i/(positions.length/3)) + "% done");
....@@ -4964,7 +4964,7 @@
49644964
49654965 v.AO = cp.vertexOcclusion.r;
49664966
4967
- if ((i % 1000) == 0 && i != 0)
4967
+ if ((i % 100) == 0 && i != 0)
49684968 {
49694969 CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR));
49704970 //System.out.println("Color = " + cp.vertexOcclusion.r + ", " + cp.vertexOcclusion.g + ", " + cp.vertexOcclusion.b + "; " + (int)(100.0*i/(positions.length/3)) + "% done");
....@@ -7230,7 +7230,8 @@
72307230 {
72317231 if (f3.p == f0.p)
72327232 {
7233
- assert(false);
7233
+// assert(false);
7234
+ new Exception().printStackTrace();
72347235 f0.r = f3.q;
72357236 }
72367237 else