branchrust_reboot/main/ice_sculptures/SDF_Sculptingcancel

5 Commits over 31 Days - 0.01cph!

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