carve icon indicating copy to clipboard operation
carve copied to clipboard

Automatically exported from code.google.com/p/carve

Results 67 carve issues
Sort by recently updated
recently updated
newest added

``` What steps will reproduce the problem? 1. Create the project for VS2010 in windows 7 64 bit machine by CMake 2.8.9. 2. Used boost_1_54_0 and /MT in CMAKE option....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. carve::mesh::MeshSet* DBProCarve::makeCube(const carve::math::Matrix &transform) { carve::input::PolyhedronData data; data.addVertex(transform * carve::geom::VECTOR(+20.0, +20.0, +20.0)); data.addVertex(transform * carve::geom::VECTOR(-20.0, +20.0, +20.0)); data.addVertex(transform * carve::geom::VECTOR(-20.0, -20.0, +20.0));...

Priority-Medium
Type-Defect
auto-migrated

``` The current version (e82d852e4fb0) has a memory leak in intersect.cpp (1377) and 1378 from a_rtree and b_rtree. Deleting them fixes it as expected (shown below). carve::mesh::MeshSet *carve::csg::CSG::compute(carve::mesh::MeshSet *a, ......

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Turn options CARVE_DEBUG and CARVE_DEBUG_WRITE_PLY_DATA on in CMakeLists.txt 2. cmake . 3. cd src; make What is the expected output? What do...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. intersect "cylinder.ply | sphere.ply" What is the expected output? What do you see instead? I try to form the union of a...

Priority-Medium
Type-Defect
auto-migrated

``` Relates to Issue 39 and its data, which does not to generate a crash, but instead broken mesh output for us. We have submitted bug in more detail to...

Priority-Medium
Type-Defect
auto-migrated

``` i get all libs,but i can't get carve/polyhedron.hpp,why? ``` Original issue reported on code.google.com by `[email protected]` on 19 Aug 2013 at 2:59

Priority-Medium
Type-Defect
auto-migrated

``` I'm currently trying to create some intersections with carve. I keep getting the following error from time to time: "~/carve-1.4.0/lib/intersect_classify_common_impl.hpp:255 "unhandled switch case -- should not happen"" It seems...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Executed autogen.sh as follows. sh ./autogen.sh This created 'configure' file. 2. Executed configure as follows sh ./configure --prefix=$HOME/carve 3. then executed make....

Priority-Medium
Type-Defect
auto-migrated

``` I am trying to run test_slice in test_slice, but it shows many errors. What could be wrong? FACE LOOP ERROR: 0x65a960-0x65ae38 : 1 FACE LOOP ERROR: 0x65a7a8-0x65f7f0 : 1...

Priority-Medium
Type-Defect
auto-migrated