Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Contents

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. 


Error rendering macro 'rollover-image-link'

smoothdisplacement_0_dsp.jpg not found on page: Using Displacement v.18 (63340929)

Hover = Prevent polygon cracking

"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:

Error rendering macro 'rollover-image-link'

smoothdisplacement_topo_0.jpg not found on page: Using Displacement v.18 (63340929)

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.

Error rendering macro 'rollover-image-link'

smoothdisplacement_topo_0.jpg not found on page: Using Displacement v.18 (63340929)