Skip to content

Freeform mesh slicing test-ground project using marching cubes and much more.

Notifications You must be signed in to change notification settings

parkeston/marching-cubes-mesh-slicing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.