branchrust_reboot/main/ice_sculptures/SDF_Sculptingcancel

5 Commits over 31 Days - 0.01cph!

16 Days Ago
initial chunking from shared sdf set
35 Days 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
36 Days Ago
in-editor carving test setup improvements
36 Days Ago
vertex sharing at generation time
37 Days Ago
dirty SDF sculpting proof of concept, in-editor test setup only