lzweopard / carve

Automatically exported from code.google.com/p/carve
Other
0 stars 0 forks source link

intersect hangs when using "--triangulate" option #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. untar the attached tar.bz2 file to get object files
2. run "intersect --triangulate --obj a.obj A_MINUS_B b.obj"

What is the expected output? What do you see instead?
Should complete execution; instead hangs after printing "doTriangulate
complete; remain=20"

What version of the product are you using? On what operating system?
carve-1.0.0, downloaded Jun 1; running on Ubuntu 9.04 i386, compiled with
gcc 4.3.3

Original issue reported on code.google.com by ken.l.hu...@gmail.com on 2 Jun 2009 at 10:13

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by tobias.s...@gmail.com on 3 Jun 2009 at 12:41

GoogleCodeExporter commented 8 years ago
committed a fix that improves the robustness of the triangulator, and produces 
a correct triangulation in this 
case.

Original comment by tobias.s...@gmail.com on 8 Jun 2009 at 11:38