To reproduce Figure 19 of the paper, simply run the bash script ./fig19.sh
from the terminal.
This will download the input data, compile and run the code. To produce the rendering in the paper, you will need to use PyRenderer and Mitsuba. Those are available via docker. Make sure that docker is configured with the overlay2
driver enabled. Otherwise, you may simply open the resulting meshes from the data/output/
folder that are produced by the script.
docker
group (root-equivalent) as documented here:
sudo usermod -aG docker your-user