Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PxrVCM extends this with bidirectional path tracing. In addition to the paths from the camera, it traces paths from the light sources and tries to connect them. It can resolve complicated indirect paths that may be slow to converge with PxrPathTracer. In particular, it is designed to handle specular caustics. Caustics are an effect of light being refocused after reflecting or refracting off a surface. The above image illustrates both of these effects. If your scene requires these effects or you have complex lighting where some lights may be covered or hidden in fixtures, then the PxrVCM integrator is your most likely efficient choice.

PxrUPBP improves on the PxrVCM approach by using multiple importance sampling (MIS) to combine different techniques in volume rendering: combining photon points, photon beams and ray paths to give good radiance estimates in both dense and sparse volumes. The name UPBP comes from "Unified Points, Beams, and Paths". This integrator excels at rendering many kinds of participating media including “God rays” and volume caustics. This integrator is an experimental Integrator included with, but not exposed automatically, in RenderMan integrations. This integrator can be used on the same types of scenes you'd find efficient for PxrVCM as well as scenes with volumes. These volumes can be anything from smoke and clouds to milk and explosions.

Examples

PRMan includes example RIB files and shaders demonstrating the integrators, at the heart of RenderMan. These examples can be found in the /lib/examples/RIS/scenes directory of your RenderMan Pro Server installation, in the /spt and /vcm subdirectories. Some of the examples are discussed in detail in the pages below. Whether or not you're inclined to open up a terminal window and render along, these pages serve as a broad overview of the features and capabilities of PRMan.

...