A C# port of CSG.js by Evan W (http://evanw.github.io/csg.js/).
Stars
681
Forks
111
Watchers
681
Open Issues
16
Overall repository health assessment
14
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
exposed front/back polygons to the subtraction function. useful control when subtracting a rhs cube from a lhs plane
0812122View on GitHubCurrently, if the subtract operation does not create a resulting mesh, an error is thrown. This is due to it attempting to acccess the first element of an empty list. By checking for this, we can return an empty vertex, which allows for the subtraction of objects that return no results.
7e14957View on GitHub