Some scenes are adapted from Scenes for pbrt-v3
to work
with R2E2, including:
-
killeroo-tiny: The classic "killeroo" model. Thanks to headus/Rezard for the model.
-
bmw-m6: BMW M6 car (model year 2006) illuminated by a realistic skylight model. Thanks to Fred C. M'ule Jr. ("tyrant monkey" on BlendSwap) for this nice car model. CC-Zero (public domain) license.
-
Download and compile R2E2's fork of
pbrt
. -
Run
pbrt --dumpscene <OUTPUT-DIR> [scene-name]/dump.pbrt
. -
Remove extra files by running
./scripts/cleanup_dump.py <OUTPUT-DIR>
. -
(Optional) Compress the dump by running
./scripts/compress_dump.py <SRC-DIR> <DST-DIR>
.
📝 Note: You can change the target treelet size by editing maxtreeletbytes
property in dump.pbrt
.