duderino > learn > knowledge > definitions

SDF

An SDF, or Signed Distance Field, is a way to represent shapes in 3D space using a single function that returns the distance to the nearest point on the surface of the shape given a point in 3D space. "Signed" means that the distance is negative if the point is inside the shape, positive if the point is outside the shape, and zero if the point is on the surface of the shape.