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

@qnzhou and @folded I'd really appreciate a review on the changes I made to get carve building on msvc. This work is in prep for creating a conda-forge feedstock for...

[build.txt](https://github.com/PyMesh/carve/files/6684488/build.txt) @qnzhou I am unable to build carve using cmake and latests MSVC but am receiving extensive errors. Am I correct in thinking msvc is no longer supported for windows?

``` Need to resize vector instead of reserve ``` Original issue reported on code.google.com by `[email protected]` on 28 Apr 2015 at 3:04 Attachments: - [convex_hull.cpp.patch](https://storage.googleapis.com/google-code-attachments/carve/issue-80/comment-0/convex_hull.cpp.patch)

auto-migrated
Type-Patch

``` Dear all, Happy new year! I reported another problem, could anyone help me to take a look at it? Thanks, Tang Laoya What steps will reproduce the problem? 1....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. load obj1, obj2 2. substract obj1 from obj2 3. get an onclosed object What is the expected output? What do you see...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Using CMAKE 3.0.2 with VS 12 2013 generator with 'build_shared_libs' off and 'cmake_static_linker_flags' added to be the same as the 'cmake_exe_linker_flags.' 2....

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. load obj1, obj2, 2. union obj1 and obj2 3. get an onclosed object 4. load obj1, obj2_0.00001degree 5. union obj1 and obj2_0.00001degree...

Priority-Medium
Type-Defect
auto-migrated

``` std::vector v_edge; if( v_edge.size() < 3 ) // always true, because initialized in previous line {... } ``` Original issue reported on code.google.com by `[email protected]` on 9 Oct 2014...

auto-migrated
Type-Patch

``` What steps will reproduce the problem? 1. load source, load sub 2. Subtract sub from source: source = source - sub will get an error object (the part of...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. load polyobj.ply 2. run Carve's mesh simplification: void SimplifyMeshbyCarve(carvePoly *obj,double edgelengthmin) { carve::mesh::MeshSimplifier simplifier; simplifier.removeFins(obj); //simplifier.removeLowVolumeManifolds(obj, 1.0); // p->transform(carve::geom::quantize()); double min_delta_v=edgelengthmin*edgelengthmin*edgelengthmin; simplifier.simplify(obj,...

Priority-Medium
Type-Defect
auto-migrated