A Vectorial Framework for Ray Traced Diffusion Curves

Diffusion curves allow creating complex, smoothly shaded images by diffusing colors defined at curves. These methods typically require the solution of a global optimization problem (over either the pixel grid or an intermediate tessellated representation) to produce the final image, making fully parallel implementation challenging.

Learn More




Delta Radiance Transfer

We present several techniques to alleviate this limitation, allowing the light transport from clutter in a scene to be accounted for.

Learn More

Modular Radiance Transfer

Modular Radiance Transfer (MRT) models coarse-scale, distant indirect lighting effects in scene geometry that scales from high-end GPUs to low-end mobile platforms. MRT eliminates scene dependent precomputation by storing compact transport on simple shapes, akin to bounce cards used in film production.

Learn More