csg.cs
csg.cs copied to clipboard
Constructive Solid Geometry (CSG) for Unity in C#
Is that a port of https://github.com/evanw/csg.js/blob/master/csg.js ?
After a CSG operation, the resulting triangles do not share vertices (it's just a soup of unconnected triangles). Need to apply something equivalent to Blenders "Remove doubles" to turn it...
Hi, After checking out the example scene I wrote a quick script to merge multiple objects together. This of course resulted in complete and utter failure, I got some semi-good...