.. | .. |
---|
4932 | 4932 | //colors[i3 + 1] = cp.vertexOcclusion.g; |
---|
4933 | 4933 | //colors[i3 + 2] = cp.vertexOcclusion.b; |
---|
4934 | 4934 | |
---|
4935 | | - if ((i % 1000) == 0 && i != 0) |
---|
| 4935 | + if ((i % 100) == 0 && i != 0) |
---|
4936 | 4936 | { |
---|
4937 | 4937 | CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR)); |
---|
4938 | 4938 | //System.out.println("Color = " + cp.vertexOcclusion.r + ", " + cp.vertexOcclusion.g + ", " + cp.vertexOcclusion.b + "; " + (int)(100.0*i/(positions.length/3)) + "% done"); |
---|
.. | .. |
---|
4964 | 4964 | |
---|
4965 | 4965 | v.AO = cp.vertexOcclusion.r; |
---|
4966 | 4966 | |
---|
4967 | | - if ((i % 1000) == 0 && i != 0) |
---|
| 4967 | + if ((i % 100) == 0 && i != 0) |
---|
4968 | 4968 | { |
---|
4969 | 4969 | CameraPane.theRenderer.setCursor(java.awt.Cursor.getPredefinedCursor(java.awt.Cursor.WAIT_CURSOR)); |
---|
4970 | 4970 | //System.out.println("Color = " + cp.vertexOcclusion.r + ", " + cp.vertexOcclusion.g + ", " + cp.vertexOcclusion.b + "; " + (int)(100.0*i/(positions.length/3)) + "% done"); |
---|
.. | .. |
---|
7230 | 7230 | { |
---|
7231 | 7231 | if (f3.p == f0.p) |
---|
7232 | 7232 | { |
---|
7233 | | - assert(false); |
---|
| 7233 | +// assert(false); |
---|
| 7234 | + new Exception().printStackTrace(); |
---|
7234 | 7235 | f0.r = f3.q; |
---|
7235 | 7236 | } |
---|
7236 | 7237 | else |
---|