carve
carve copied to clipboard
Automatically exported from code.google.com/p/carve
``` I had to add these additional Preprocessor Definitions for the 'carvelib', 'fileformats', 'intersect', 'texture_example', 'view' projects: BOOST_NO_0X_HDR_INITIALIZER_LIST _STDINT To get it to compile without any nasty errors. you also...
``` Missing include #include in gloop. ``` Original issue reported on code.google.com by `[email protected]` on 16 Mar 2013 at 7:18
``` The patch attached allows carve to be built with clang 3.2. It includes some warning/error -chasing bug-fixes. In addition, include/CMakeLists.txt is also patched to install .h files too. What...
``` 1. Grab the attached file and extract a.ply and b.ply 2. Update to changeset 2e6e59022e6e822c7970092881865c2c1add1bf0 3. Build and run intersect --triangles --edge a.ply INTERSECTS b.ply 4. It will hang...
``` subject says it all. But in particular I am interested in whether anyone knows where the patch for Windows build is... Thx..... ``` Original issue reported on code.google.com by...
``` All is in the title. For my project, I would need to avoid the Boost library. I've tried to disable it by commenting the #define HAVE_BOOST_UNORDERED_COLLECTIONS in "vcpp_config.h" but...
``` On the following link, you might find some useful tips to build the library on OS X: http://forums.cgsociety.org/showthread.php?f=7&t=1072917&page=1&pp=15 I think a similar thread should be created for gcc on...
``` Im using newest version carvelib checked out after jul. Now, i have handred of pairs of polyhedron , every pair ran csg.compute(pairA_1,pairA_2) in a parallel for, after that,i found...
``` What steps will reproduce the problem? 1. load two 2 million poly meshes into Blender 2. attempt a union Boolean My machine has 8GB of RAM, but my memory...
``` Hello, my application is the following: - I work with VRML and want to use boolean operations on objects - for this operations I use carve - everything is...