Non-linear sphere tracing for rendering deformed signed distance fields

1Dartmouth College 2University of Toronto 3McGill University

In ACM Transactions on Graphics (Proceedings of SIGGRAPH Asia), 2019

Teaser
We tackle the problem of rendering deformed signed distance fields (a), by phrasing sphere tracing in object space (b) as an initial value problem. Under non-linear deformation the straight deformed space ray becomes a curve, which we follow via numerical integration (c). We go to great lengths to avoid computing the inverse deformation. This enables us to easily apply many modern deformation techniques to signed distance fields (d).

Abstract

Signed distance fields (SDFs) are a powerful implicit representation for modeling solids, volumes and surfaces. Their infinite resolution, controllable continuity and robust constructive solid geometry operations, coupled with smooth blending, enable powerful and intuitive sculpting tools for creating complex SDF models. SDF metric properties also admit efficient surface rendering with sphere tracing. Unfortunately, SDFs remain incompatible with many popular direct deformation techniques which re-position a surface via its explicit representation. Linear blend skinning used in character articulation, for example, directly displaces each vertex of a triangle mesh. To overcome this limitation, we propose a variant of sphere tracing for directly rendering deformed SDFs. We show that this problem reduces to integrating a non-linear ordinary differential equation. We propose an efficient numerical solution, with controllable error, which first automatically computes an initial value along each cast ray before walking conservatively along a curved ray in the undeformed space according to the signed distance. Importantly, our approach does not require knowledge, computation or even global existence of the inverse deformation, which allows us to readily apply many existing forward deformations. We demonstrate our method's effectiveness for interactive rendering of a variety of popular deformation techniques that were, to date, limited to explicit surfaces.

Downloads

Videos

Video (full-quality)

Acknowledgements

We thank Alex Evans, Milan Grajetzki and the members of the Dartmouth Visual Computing Lab for helpful discussions, and the reviewers for their insightful feedback. The dinosaur and elephant model, created by Iniqo Quilez, as well as the human head model, created by Thomas Hooper, are shared under the Creative Commons Attribution-NonCommercial-ShareAlike license. The robot head model was created by Milan Grajetzki. This work was partially supported by the National Science Foundation (Grant 1844538) and the Canada Research Chairs program.

Cite

Dario Seyb, Alec Jacobson, Derek Nowrouzezahrai, Wojciech Jarosz. Non-linear sphere tracing for rendering deformed signed distance fields. ACM Transactions on Graphics (Proceedings of SIGGRAPH Asia), 38(6), November 2019.
@article{seyb19nonlinear,
    author  = {Seyb, Dario and Jacobson, Alec and Nowrouzezahrai, Derek and Jarosz, Wojciech},
    title   = {Non-linear sphere tracing for rendering deformed signed distance fields},
    journal = {ACM Transactions on Graphics (Proceedings of SIGGRAPH Asia)},
    volume  = {38},
    number  = {6},
    year    = {2019},
    month   = nov,
    doi     = {10/dffm}
}
© The Author(s) / ACM. This is the author's version of the work. It is posted here for your personal use. Not for redistribution. The definitive Version of Record is available at doi.acm.org.