Page tree

Contents

 

 

Render Fur

To render Houdini fur with RenderMan, we need to add the required RenderMan curve attributes and use the PxrMarschnerHair hair Bxdf.

Add Curves Attributes

Typically all you would need is a width attribute added as the default is rather...thick.

Set the width to the desired value and name it "width" for clarity.

 

For cubic bezier curve interpolation, we need to set the Guide Groom node's Guide Creation/Segments as a multiple of 3, e.g. 3, 6, 9, etc.

 

In the ROP, under Dicing, note the control for minimum hair width which sets the minimal width for the hair in pixels globally. Hair that is very thin may require more minimum samples in rendering to avoid aliasing or missed hair

Create and Assign the Hair Shader

Dive into the fur's shopnet. Create a PxrMaterialBuilder Network and PxrMarschnerHair inside the fur Network. 


Set the Material of the fur object to point to this shader path.

Note that we default to tube hair unless normals are supplied, then they become ribbons. Camera-facing/billboard curves are not available.

Display

Turn off display for other nodes so only fur is displayed.


 

 

Render!