The following sections describe displacement workflow in RenderMan for Maya (RfM) based on Mudbox and Zbrush workflow. You may be able to adapt this workflow to your own tools if necessary.


To match Displacement from previous versions of RenderMan, the following conversion may be of use:

To get a similar tessellation level, using a shading rate (deprecated) value of X would translate in using a micropolygonlength value of sqrt(X):

shading rate = 0.25, micropolygonlength = 0.5
shading rate = 1, micropolygonlength = 1
shading rate = 4, micropolygonlength = 2


Avoiding cracks on polygonal meshes

When displacing a mesh with hard normals, faces can separate and create cracks. Displacement moves vertices in the direction of its normal but adjacent vertices on different sides of a hard edge have different normals and will move is different directions, creating gaps or cracks.

RenderMan has a "polygon:smoothdisplacement" attribute that will create a fully smoothed copy of the normals and use it instead of the original normals.

In RenderMan for Maya, this attribute is enabled by the "Prevent polygon cracking" (rman_preventPolyCracks) check box. 

"Prevent polygon cracking" should only be enabled when necessary as it uses a bit more memory. The amount used is proportional to the number of vertices in the mesh.


Notice how using smoothed normals warped the cube's displacement pattern and changed its appearance:

You can avoid that effect by inserting additional edges near sharp edges. This will limit the normal interpolation to the areas next to the edge and generally preserve the original appearance.