03. Signed Distance Fields (SDF)
An SDF is an implicit representation of geometry. Instead of storing vertices and triangles, an SDF is just a mathematical function that takes a point in space and returns the distance to the nearest surface. Negative numbers mean you are inside the object, positive means outside, and zero means you are exactly on the surface.