Papers by Charlie Kilpatrick


Order by: Date  | Author  | Title  | Index of all authors  | Index of Pixar Technical Memos


Progressive Multi-Jittered Sample Sequences

Per Christensen, Andrew Kensler, Charlie Kilpatrick
July 2018

We introduce three new families of stochastic algorithms to generate progressive 2D sample point sequences. This opens a general framework that researchers and practitioners may find useful when developing future sample sequences. Our best sequences have the same low sampling error as the best known sequence (a particular randomization of ... more

Paper (PDF)

Additional materials: [pmj_slides.pdf], [pmj_suppl.pdf]

Computer Graphics Forum (Proceedings of the Eurographics Symposium on Rendering 2018)


RenderMan: An Advanced Path Tracing Architecture for Movie Rendering

Per Christensen, Julian Fong, Jonathan Shade, Wayne Wooten, Brenden Schubert, Andrew Kensler, Stephen Friedman, Charlie Kilpatrick, Cliff Ramshaw, Marc Bannister, Brenton Rayner, Jonathan Brouillat, Max Liani
July 2018

Pixar's RenderMan renderer is used to render all of Pixar's films, and by many film studios to render visual effects for live-action movies. RenderMan started as a scanline renderer based on the Reyes algorithm, and was extended over the years with ray tracing and several global illumination algorithms. This paper describes the modern version of ... more

Paper (PDF)


Orthogonal Array Sampling for Monte Carlo Rendering

Wojciech Jarosz, Afnan Enayet, Andrew Kensler, Charlie Kilpatrick, Per Christensen
July 2019

We generalize N-rooks, jittered, and (correlated) multi-jittered sampling to higher dimensions by importing and improving upon a class of techniques called orthogonal arrays from the statistics literature. Renderers typically combine or "pad" a collection of lower-dimensional (e.g. 2D and 1D) stratified patterns to form higher-dimensional samples for integration. ... more

Paper (PDF)

Additional materials: [images.tar.xz], [supplemental.pdf]