-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Description
The general structure of PBRT scene files allow Include
statements (like this):
> rg Include
straight-hair.pbrt
20: Include "models/straight-hair.pbrt"
curly-hair.pbrt
15: Include "models/curly-hair.pbrt"
sphere-hairblock.pbrt
19: Include "models/block.pbrt"
Currently we do not support those. Let's change that ...