pb_CSG
pb_CSG copied to clipboard
A C# port of CSG.js by Evan W (http://evanw.github.io/csg.js/).
Set autoreference to true, to avoid unknow definitions error. As proposed by @GDGRhinox create CHANGELOG.md.meta
Calling Node.AllPolygons will multiplicate the polygons drastically due to: `List list = polygons;` This breaks the initial data structure due to not copying the data to a new list. The...
Meta file was missing, if this package is included in a project by GitURL in Packages/manifest.json then it throws an error on every domain reload.
Hello, Karl, I'm a junior programmer from korea. I have multiple meshes with different scales. For example, I have a head model with an mm scale and an m scale....
Hi and thanks for your work :) I am working on a project for architects. I would like to use pb_CSG to insert elements (like doors, windows etc) in walls....
    worth mentioning that the mesh returns and cuts as expected with...
Is this repository still being updated. I downloaded the example in 2019.4 but the namespace 'Parabox.CSG' was missing. Also package did not download from git from the manager if that...
I naively assumed that boolean operations would be easy to implement in unity, seeing how efficient they are in Blender, so I stupidly designed this whole concept around their use....
 Note : The resulting intersection mesh has been moved to the right for better viability
When I intersect a standard cube and a standard sphere there is an artifact in the corner:  It doesn't matter if I move the objects. The problem also appears...