carve
carve copied to clipboard
Automatically exported from code.google.com/p/carve
``` What steps will reproduce the problem? 1. load source, load sub 2. Substract sub from source: source = source - sub will get an unclosed object (without CarveTriangulatorWithImprovement and...
``` What steps will reproduce the problem? 1. load obj1, load obj2 2. Union obj1 and obj2 will get an unclosed object (without CarveTriangulatorWithImprovement and CarveHoleResolver) What is the expected...
``` Hey, this library looks great. Unfortunately, I'm having a lot of trouble getting it to compile on Windows 7, VS2012. Any chance of posting some prebuilt binaries on the...
``` Dear all, I have two solid objects A and B and I need to imprint B's surface polygons onto A if B is out of A. Currently I tried...
``` What steps will reproduce the problem? 1. get the attached models obj1.ply and obj2.ply 2. run the following code: carve::mesh::MeshSet *obj1=readPLYasMesh("obj1.ply"); carve::mesh::MeshSet *obj2=readPLYasMesh("obj2.ply"); if(obj1->isClosed()==false) { printf("obj1 is not closed\n");...
``` What steps will reproduce the problem? 1. load obj1 and obj2 2. run obj = csg.compute(obj1,obj2,csg.INTERSECTION); 3. get the error message and the output obj is not correct What...
``` What steps will reproduce the problem? I am trying to merge coplanar facets by the function 'mergeCoplanarFaces' of Carve. The function works when all edges are shared by two...
``` What steps will reproduce the problem? 1. run cmake 2. make 3. get the following build error: Linking CXX executable view /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libglut.a(libglut_la -freeglut_gamemode.o): undefined reference to symbol 'XGrabKeyboard'...
``` return value of {-1,0,+1} indicates 'int' return value instead of 'bool' ``` Original issue reported on code.google.com by `[email protected]` on 4 Jul 2014 at 1:06 Attachments: - [triangle_intersection.cpp.patch](https://storage.googleapis.com/google-code-attachments/carve/issue-64/comment-0/triangle_intersection.cpp.patch)
``` ../include/carve/face_decl.hpp:71: error: ‘std::vector carve::poly::Face::vertices’ is protected Has anyone run into this problem before?. Thanks ``` Original issue reported on code.google.com by `[email protected]` on 26 Jun 2014 at 1:54