gilbo

Results 24 comments of gilbo

Thanks Ivan! > On Oct 20, 2015, at 3:54 PM, Ivan Metrikin [email protected] wrote: > > Hi Narusaki, > > I've encountered the exact same issue in Visual Studio 2015,...

You can look at the C++ API more directly, but I think there’s an intersection call even in the C API. This will merge the triangle lists for the two...

I looked at the prelude file in master, but I can’t find anywhere where it says ``` throw std::exception(“ENSURE FAILED”); ``` so, I have no idea whose fork of the...

That's a definitely safe solution to the problem! Any chance you could share the input files? > On May 23, 2017, at 11:02 PM, ShiYujin wrote: > > I got...

Sure. I may need to revise any changes cause the API is a little unstable at that point, but it should be do-able. Here is a high level sketch: Relevant...

Hi Lionel, There are some known issues with degeneracy handling. The output needs to be post-processed. However, I unfortunately have 0 time to work on cork. I’m sorry to leave...

Is this constructed via multiple Boolean operations?

So, there's a known issue with Cork, which is that it doesn't do anything to remove small geometry (small edges and triangles) from the model after performing the Boolean operation....

Cork doesn't use epsilon tolerances on it's expression testing. It uses exact arithmetic, and floating-point filters to accelerate it.

Hi, yes. I don't have much time to maintain this code these days. However, it seems like various people have built extensions. I think it'd be a good idea to...