branchrust_reboot/main/ice_sculptures/SDF_Sculptingcancel

5 Commits over 31 Days - 0.01cph!

47 Days Ago
initial chunking from shared sdf set
2 Months Ago
change approach to be parallel friendly, triangles are found in parallel and then vertices are found in serial (cached by triangle edge to re-use between triangles that share an edge) - flat array layout of the SDF array is terrible for caching in this setup, but still see a benefit from this approach
2 Months Ago
in-editor carving test setup improvements
2 Months Ago
vertex sharing at generation time
2 Months Ago
dirty SDF sculpting proof of concept, in-editor test setup only