CGALDotNetUnity
CGALDotNetUnity copied to clipboard
CGALDotNet examples in Unity
Why is the license of the project declared by MIT, if CGAL, on the basis of which the CGALdotNet library is being built, has a GPLv3 license? Am I confusing...
Hi, I want to extract arrangement faces and the respective vertices list of each face (bounded faces). Thank you
Hi there! I'm working with your CGAL wrapper (fantastic resource- thanks!), and I'm having some issues with the boolean operations. I think I might just be defining the issue wrong,...
It seems the conversion to Polyhedron3 is not working. I cannot get a valid closed triangle mesh for any Unity mesh. You can try with a cube.
I have implemented Ball Pivot Algorithm using this CGAL wrapper, but I'm not getting a clearer mesh. Will Poisson Surface Reconstruction work in Unity using this wrapper to get a...
I'm trying to use HeatMethod to calculate geodesics on meshes. However calling EstimateGeodesicDistances when using the EEK kernel causes a hard crash of the editor. No Unity crash reporter, no...