Skip to content

Source Code (Direct Lighting Part) for SIGGRAPH 2024 Paper "Area ReSTIR: Resampling for Real-Time Defocus and Antialiasing"

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.docx
Notifications You must be signed in to change notification settings

guiqi134/Area-ReSTIR

Repository files navigation

Area ReSTIR (DI)

Introduction

  • This repo includes the source code (only the direct lighting part) for the following SIGGRAPH 2024 paper

Area ReSTIR: Resampling for Real-Time Defocus and Antialiasing
Song Zhang* (University of Utah), Daqi Lin* (NVIDIA), Markus Kettunen (NVIDIA), Cem Yuksel (University of Utah), Chris Wyman (NVIDIA)
(*Joint first authors)
Utah Graphics Research Page
NVIDIA Real-Time Graphics Research Page

Area ReSTIR extends ReSTIR reservoirs to also integrate each pixel's 4D ray space, including 2D areas on the film and lens. To maximize resampling quality on subpixel and lens region, it also includes novel subpixel-tracking temporal reuse and reconnection shift mapping. Compare to [Bitterli et al. 2020] (ReSTIR DI) and [Lin et al. 2022] (ReSTIR PT), our Area ReSTIR has significant improvements on bokeh, foliage, hair, and detailed normal maps.

  • The method is implemented as a rendering module called "AreaReSTIR" (Source\Modules\AreaReSTIR) in Falcor 7.0. See README_Falcor.md for the original README file provided by Falcor.
  • A script RunAreaReSTIR.bat is provided to show how the method works in an animated version of the Bistro scene (from NVIDIA Ocra's Amazon Lumberyard Bistro).
  • Before running the scripts, you need to compile the program and download the scene files following the instruction below.
  • Note: although Area ReSTIR is implemented as a module for PathTracer render pass in Falcor, we also change some Falcor's source code to support storing previous frame's scene data, so just copying Source\Modules\AreaReSTIR to another Falcor project (or your project) will lead to bias/errors.

Prerequisites

How to compile

IMPORTANT: We use git submodules to download dependencies! Downloading the git repository as a .zip (rather than using git clone) will ensure you lack required dependencies, and the build scripts will fail.

After cloning the repository:

  • Run setup_vs2022.bat
  • Open build/window-vs2022/Falcor.sln and the Build Solution in the Release configuration

Run the demo

  • Before running the program, download the Bistro scene demo from Google Drive.
  • Unzip and put everything under data\Bistro\.
  • Execute RunAreaReSTIR.bat.
  • The GUI contains self-explanatory settings to turn on/off different components of Area ReSTIR.

Test with more scenes

  • You can test your custom scene by running Bin\x64\Release\Mogwai.exe first, then load PathTracerAreaReSTIR.py, and finally load a scene file.
  • See BistroExteriorOrigin.pyscene for how to create a camera with custom apertures and animation path (more details).

About

Source Code (Direct Lighting Part) for SIGGRAPH 2024 Paper "Area ReSTIR: Resampling for Real-Time Defocus and Antialiasing"

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.docx

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published