Google Code Exporter
Google Code Exporter
``` For faces with holes, you only need to link the holes to the face loop, which is the first step of most triangulation algorithms in any case. Are you...
``` We use the GLU triangulator, the attached archive contains input A and B after triangulation, as well as two different outputs from K-3D after doing A minus B. I...
``` I've made an updated testcase, writing PLY files at different steps using the CARVE writePLY function, to exclude any K-3D influence. The file contains the inputs and outputs from...
``` I've taken a further look, including adding some heap randomization code to the intersect binary to try and trigger differences between runs, and I'm not getting anywhere. The results...
``` OK, sorry for the delay, but attached is the output you requested. It contains both the cylinders testcase and a cubes testcase. In the cubes case, the edge linking...
``` Ok, I've reproduced the cube issue. It occurs in the code that links holes back into containing faces. I think this should be fixable, once I've tracked down the...
``` I just committed a patch that appears to correct the cube issue. Could you please test it and see if it works for you? There are also a bunch...
``` Thanks, the cube test passes all the time now! There is only an occasional failure on the cylinders case left. ``` Original comment by `[email protected]` on 11 Mar 2010...
``` Could you please apply this new patch to the current repository tip? It gives me a bit more information around the site of the problem. ``` Original comment by...
``` OK, the new output is attached! ``` Original comment by `[email protected]` on 18 Mar 2010 at 10:23 Attachments: - [carve_ply_test.tar.gz](https://storage.googleapis.com/google-code-attachments/carve/issue-14/comment-12/carve_ply_test.tar.gz)