carve
carve copied to clipboard
Automatically exported from code.google.com/p/carve
``` Just run: >intersect "(_0a.ply | _1a.ply | _2a.ply) A_MINUS_B _3s.ply" with the attached files. Files attached were created with carve by intersecting several simple models. Viewing tool supplied with...
``` "break" statement is missing near line 254. ``` Original issue reported on code.google.com by `[email protected]` on 15 May 2010 at 5:24
``` What steps will reproduce the problem? Running any boolean operation. The simplest case was the difference between two cubes. What is the expected output? What do you see instead?...
``` a better solution is needed. Possibly incorporating boost's RNG headers, which are nicer in any case. ``` Original issue reported on code.google.com by `[email protected]` on 23 Oct 2009 at...
``` Is the carve library thread-safe, that multiple csg operations can be done parallel? ``` Original issue reported on code.google.com by `[email protected]` on 9 Oct 2009 at 10:10
``` Sorry, forgot to attach the examples. Found two more examples (aa.obj and bb.obj) that have the same problem using UNION, except sometimes it also hangs. ``` Original issue reported...
``` intersect_classify_edge.cpp needs #include // for uint32_t src/radiance.cp #include src/model/ply_format.cpp #include #include lib/math.cpp #include src/model/vtk_format.cpp #include Every instance of t = strchr(l, k); ...was giving a compiler error t =...