houdini-pbrt-v4 for SideFX's Software Houdini is a scene exporter for the pbrt-v4 renderer. The goal is to provide complete coverage for the features avaiable within pbrt-v4 through an interface familiar with Houdini user.
Support the amazing project that is pbrt and indirectly provide more test cases for the renderer. More selfishly a common use case in a vfx production environment is to add functionality to an existing 3rd party rendering engine. Often the internals of that engine are closed making it difficult to experiment with new algorithms. With pbrt the development of new approaches can be developed within a well documented and open system. By providing an exporter for Houdini to pbrt makes translating larger production scenes into a test environment much easier.
- Full coverage of all pbrt features
- Standard (simple) interfaces for common use, with easy to use hooks for full functionality.
- Simple to read code with comments to help explain the SOHO System
For now clone the repo in anywhere within the $HOUDINI_PATH. More details in the wiki.
See the Wiki for documentation on usage.