This is RenderMan 21 Documentation you are viewing. The Rmanwiki home page will redirect you to the current documentation.
...
Unlike other RenderMan bridge products, PxrLayerSurface is not exposed in the interface because all layerable parameters must be present in order for layering material parameters to work in Houdini.
You can find out all the details of PxrSurface and its layerable parameters by visiting the Pixar Surface Materials.
Info |
---|
In H16, vstruct is suppoted in RenderMan for Houdini. So skip reading H15.5 Only below. |
H15.5 Only
Note |
---|
Due to Houdini not supporting virtual struct in H15.5, material layering in RenderMan for Houdini is incompatible with other RenderMan bridge products. |
In RenderMan for Houdini 15.5, we layer the material parameters when its parameters changed. local parameter values have changed from the default values.
If you want to force the default value of the layer to override the layer underneath, you can lock the parameter. This is a workaround since Houdini 15.5 does not provide an option to force the value to be local.
PxrLayer
We can override the parameter in PxrSurface using PxrLayer. Connect the output of PxrLayer to PxrSurface's PxrLayer.
In this example, we set a green diffuse color in PxrSurface. Then we layer a PxrLayer node on top that has a cyan diffuse color.
Carousel Image Slider dots false sliderHeight 300 arrows false labelsFilter pxrsurface slidesToScroll 2 slidesToShow 2 captions true Carousel Image Slider dots false sliderHeight 300 arrows false labelsFilter diffcolorchange slidesToScroll 2 slidesToShow 2 captions true
PxrLayer Mixer
We can combine layers using PxrLayerMixer. Connect the output of PxrLayerMixer to PxrSurface's PxrLayer.
Carousel Image Slider dots false sliderHeight 300 arrows false labelsFilter difflayers slidesToScroll 2 slidesToShow 2 captions true
We can layer specular, iridescence, and other illumination lobes.
Carousel Image Slider dots false sliderHeight 300 arrows false labelsFilter speclayers slidesToScroll 2 slidesToShow 2 captions true
Carousel Image Slider dots false sliderHeight 300 arrows false labelsFilter iridlayers slidesToScroll 2 slidesToShow 2 captions true