This is a shader which fakes the sub surface scattering effect in RenderMan efficiently.
Here is the algorithm for the shader:
- Before anything else, backup the point and normal attributes of the surface, and set the opacity
- Setup the reflections t...