branchunity-csg-demo/maincancel
18 Commits over 28 Days - 0.03cph!
CreateBox
Subdivide when too many faces
Octree debug drawing, some flood fill optimization
Added some profiling
Got rid of some allocations
Edge stitching in convex decomposer
Edge stitching
Handle very small intersections
Mesh plot script
Another edge case fixed
Revert modification if an exception occurs
Re-creating demo from v1
Another case to fix
Working on vertex attribute interpolation
Some edge cases fixed
More edge cases
Last edge case?
Edge edge case
Stability
Gradually adding functionality back in
Semi-functional again
Initial commit
Mesh generation
Mesh copying, transformation
Working on CSG operators
About to do a mesh modification rewrite
Almost found cut faces
Find edge loops for cut faces
Handle intersections fully inside a face
Flood fill faces
Find faces for both lhs and rhs meshes
Support for different operators
When surfaces don't intersect, check to see if we should keep faces
Attribute refactor
WIP generating convex faces
More convex face progress
Convex decomposition almost working
More decomposition fixes
Working on edge cases