Signed Distance Functions/Fields define shapes implicitly by measuring the shortest distance from any point to the surface. Negative values are inside, and positive values are outside. SDF allow smooth blending, Boolean ops for procedural modeling. https://iquilezles.org/articles/distfunctions/

Comments