Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To add a material, we need to first create a RIS shading Network.  Note that RIS material is not a SHOP but it is a VOP inside an RIS Network.

A RIS Network PxrMaterialBuilder is just a container for RIS VOPs.  It is required for Houdini to work with RIS materials. Important: A material is represented by a PxrCollect PxrMaterialBuilder VOP with a BxDF output_collect VOP input. To add a material, you can add a PxrSurface from the RenderMan Shelf, which automatically creates a PxrCollectthe nodes, or select another BxDF from the RenderMan Menu to wire into a the output_collect VOP inside of a PxrMaterialBuilder. These tools also automatically create an RIS Network if it does not exist as well as the selected VOP.

...

To assign the material to your object, simply drag the PxrCollect PxrMaterialBuilder VOP you just created to the Material parameter of your object.

...

To render, add a RenderMan 22 ROP from the RenderMan Shelf. This tool also creates a RIS Network and sets the integrator to PxrPathTracer. Make sure the Camera parameter is set to the render camera (you must create one in Houdini as the default cannot be used), then press the Render button to see your render interactively in the Image Tool. See Rendering for more information.