Multi-Scale Modeling and Rendering of Granular Materials
Johannes Meng1,2 Marios Papas1,3 Ralf Habel1 Carsten Dachsbacher2 Steve Marschner4 Markus Gross1,3 Wojciech Jarosz1,5
1Disney Research Zürich 2Karlsruhe Institute of Technology 3ETH Zürich 4Cornell University 5Dartmouth College
In ACM Transactions on Graphics (Proceedings of SIGGRAPH 2015)

Teaser

We propose a multi-scale procedural approach for modeling granular materials. The user specifies the bounding shape for the aggregate material (top left), selects a pre-packed tile of grain bounding spheres (top middle), within which we instantiate randomly rotated copies of the selected exemplar grains (bottom left) according to the specified mixing ratios. The SandCastle contains about 2 billion grains, each composed of approximately 200k triangles. We report the high-order / total render times in hours and the variance in parentheses. Our approach (top half) renders the high-order scattering over 12× (50 vs. 628 hrs) faster than explicitly path tracing (EPT) the individual grains (bottom half) while providing visually indistinguishable results. The insets on the right provide equal time and equal variance comparisons.

Abstract

We address the problem of modeling and rendering granular materials—such as large structures made of sand, snow, or sugar—where an aggregate object is composed of many randomly oriented, but discernible grains. These materials pose a particular challenge as the complex scattering properties of individual grains, and their packing arrangement, can have a dramatic effect on the large-scale appearance of the aggregate object. We propose a multi-scale modeling and rendering framework that adapts to the structure of scattered light at different scales. We rely on path tracing the individual grains only at the finest scale, and—by decoupling individual grains from their arrangement—we develop a modular approach for simulating longer-scale light transport. We model light interactions within and across grains as separate processes and leverage this decomposition to derive parameters for classical radiative transport, including standard volumetric path tracing and a diffusion method that can quickly summarize the large scale transport due to many grain interactions. We require only a one-time precomputation per exemplar grain, which we can then reuse for arbitrary aggregate shapes and a continuum of different packing rates and scales of grains. We demonstrate our method on scenes containing mixtures of tens of millions of individual, complex, specular grains that would be otherwise infeasible to render with standard techniques.

Video

Downloads


Paper

Supplemental
Material

Video

Bibtex

@article{meng15granular,
    author = {Johannes Meng and Marios Papas and Ralf Habel and Carsten Dachsbacher and Steve Marschner and Markus Gross and Wojciech Jarosz},
    title = {Multi-Scale Modeling and Rendering of Granular Materials},
    journal = {ACM Transactions on Graphics (Proceedings of SIGGRAPH)},
    volume = {34},
    number = {4},
    year = {2015},
    month = jul,
    keywords = {physically based rendering, granular media, discrete random media},
    pages = {49:1--49:13}
}