Signed Distance Fields (SDFs) define 3D objects via mathematical functions and can be combined in powerful ways, but rendering them via raymarching is computationally expensive. A novel recursive divide-and-conquer algorithm is proposed and implemented in Rust that subdivides the view frustum into smaller quads, advancing all
Sort: