Google Code Exporter

Results 21406 comments of Google Code Exporter

``` here's a clone of carve for vs2013 if this helps. https://code.google.com/r/sybren-carve/source/browse ``` Original comment by `[email protected]` on 3 Nov 2014 at 6:35

``` This problem is solved. The examples in geometry.cpp tell me how to do. Thanks, Tang Laoya ``` Original comment by `[email protected]` on 21 Apr 2014 at 2:00

``` Further information: tested by Carve 1.4, it can get a result as what I excepted (there are still some duplicated vertices generated) but the following error displayed: FACE LOOP...

``` Still the same ply files, the following code could lead to the mesh simplification crash. Do I miss anything? Is there any error in the input ply file? Thanks,...

``` Sorry, the read_off function should be as follows: void read_off(std::vector *verts, std::vector *faces,char* file) { FILE *fp=fopen(file,"r"); char off[10]; int np, nf, tmp, nv, v; double x,y,z; std::vector corners;...

``` Sorry again. Now the crash problem is solved. But the following error message displayed: uncontained hole loop does not share vertices with any face loop! Could anyone help me...

``` Problem solved after got latest version. Thanks ``` Original comment by `[email protected]` on 17 Apr 2014 at 5:08

``` Progress: result is OK after added (UNION) two boxes at two ends of sub object, so there are some bugs. Wish bug fix soon! Thanks, Tang Laoya ``` Original...

``` is it really thread-safe? ``` Original comment by `[email protected]` on 26 Sep 2012 at 3:51