Directory Structure
1. images:
- Rendered images (.tif) using PRMan.
2. prman:
- RenderMan shader source code (.sl) in the RenderMan shading language,
- Compiled shaders (.slo) using Pixar Photorealistic RenderMan (PRMan), and
- RIB files (.rib) for testing,
2.1. prman/textures:
- sample environment maps (.env), if needed.
2.2 prman/include:
- useful macros
3. bmrt:
- RenderMan shader source codes (.sl) in the RenderMan shading language,
- Compiled shaders (.slc) using BMRT, and
- RIB files (.rib) for testing,
3.1 bmrt/textures:
- sample environment maps (.tif), if needed.
3.2 bmrt/include:
- useful macros
3.3 bmrt/include:
- compiled shaders needed to render the RIB file using BMRT
These shaders are ready to use with PRMan, BMRT, or any other Renderman compliant
renderer such as Air, Entropy, or RenderDotC.
Enjoy!