
Abstract
Rendering tree-based analytical Signed Distance Fields (SDFs) through sphere tracing often requires to evaluate many primitives per tracing step, for many steps per pixel of the end image. This cost quickly becomes prohibitive as the number of primitives that constitute the SDF grows. In this paper, we alleviate this cost by computing local pruned trees that are equivalent to the full tree within their region of space while being much faster to evaluate. We introduce an efficient hierarchical tree pruning method based on the Lipschitz property of SDFs, which is compatible with hard and smooth CSG operators. We propose a GPU implementation that enables real-time sphere tracing of complex SDFs composed of thousands of primitives with dynamic animation. Our pruning technique provides significant speedups for SDF evaluation in general, which we demonstrate on sphere tracing tasks but could also lead to significant improvements for SDF discretization or polygonization.
Citation
@article{barbier25lipschitz, title = {Lipschitz Pruning: Hierarchical Simplification of Primitive-Based SDFs}, author = {Barbier, Wilhem and Sanchez, Mathieu and Paris, Axel and Michel, Élie and Lambert, Thibaud and Boubekeur, Tamy and Paulin, Mathias and Thonat, Théo}, journal = {Computer Graphics forum (Proceedings of Eurographics '25)}, year = {2025}, publisher = {Wiley}, }