Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 702 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 702 Bytes

marching-cubes-mesh-slicing

This is a test-ground project using marching cubes algorithm for freeform mesh slicing. On top of that it uses signed distance functions to determine an object surface to generate and connected components labeling algorithm to split sliced mesh parts from the original surface. Much of computations made with compute shaders.

1 2 3 4