-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathRunDemo.bat
More file actions
11 lines (11 loc) · 986 Bytes
/
RunDemo.bat
File metadata and controls
11 lines (11 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
@echo off
REM Please build the solution and download the scenes before running these
Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_plume_static.py
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_plume.py
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_bunny_tree.py
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_bistro.py
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_disney_cloud.py
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_emerald_square.py
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_LGHExplosion.py
REM Please configure Cuda 10.1 and Optix 7.3 before running this
REM Bin\x64\Release\Mogwai.exe --script=Source\RenderPasses\VolumetricReSTIR\Scripts\run_plume_denoiser.py