Rendering Algorithms Rollout (mental ray Renderer)
 
 
 
Command entry: Render Setup dialog Renderer panel Rendering Algorithms rollout

The controls in this rollout let you choose whether to render using ray-tracing, scanline rendering, or both. You can also choose the method used to accelerate ray-tracing.

The Trace Depth controls the number of times each ray can be reflected, refracted, or both.

Procedures

To set trace depth for reflections and refractions:

  1. Count the number of times you want an object to be reflected or refracted in the scene.
  2. On the mental ray: Rendering Algorithms rollout, turn on Enable Reflections and enable Refractions.
  3. Set Max. Reflections to the number of reflections you want, and Max. Refractions to the number of refractions you want.
  4. Set Max. Trace Depth to the sum of the values for Max Reflections and Max Refractions.

    The greater the number of reflections and refractions, the more slowly your scene will render. On the other hand, too low a value for Max. Reflections or Max. Refractions (or Max. Trace Depth, controlling both) can make your rendering look unrealistic.

Interface

By default, Scanline is off and Ray Tracing is enabled for accurate rendering. Scanline rendering is used for direct illumination (“primary rays”) only; ray tracing is used for indirect illumination (caustics and global illumination) as well as reflections, refractions, and lens effects.

You can use both options together or disable either option, but not both. For example, if only Ray Tracing is enabled and you turn it off, 3ds Max enables Scanline rendering.

Scanline group

Enable

When on, the renderer can use scanline rendering. When off, the renderer uses the ray-tracing method only. Scanline rendering is faster than ray tracing, but cannot generate reflections, refractions, shadows, depth of field, or indirect lighting. Default=off.

Use Fast Rasterizer (Rapid Motion Blur)

When on, uses a fast rasterizer method to generate the first generation of rays to trace. This can improve rendering speed. Default=off.

This option works well with object motion blur, and also with scenes that have no motion blur.

The following settings are available for the fast rasterizer:

  • Samples per PixelControls the number of samples per pixel used by the fast rasterizer method. More samples result in greater smoothness, at a cost of render time. Range=1 to 225. Default=16.
  • Shades per PixelControls the approximate number of shading calls per pixel. Greater values result in more accurate renderings, at a cost of render time. Range=0.1 to 10000 (ten thousand). Default=2.0.
Notemental ray provides a Time Samples setting specifically for motion blur in the fast rasterizer. When Use Fast Rasterizer is on, the Camera Effects rollout Time Samples label changes to Time Samples (Fast Rasterizer) to indicate that this version of Time Samples is now in effect.

Ray Tracing group

Enable

When on, mental ray uses ray tracing to render reflections, refractions, lens effects (motion blur and depth of field), and indirect lighting (caustics and global illumination). When off, the renderer uses the scanline method only. Ray tracing is slower but more accurate and more realistic. Default=on.

To render reflections, refractions, depth of field, and indirect lighting (caustics and global illumination), Ray Tracing must be enabled.

Use Autovolume

When on, uses the mental ray autovolume mode. This lets you render nested or overlapping volumes such as the intersection of two spotlight beams. Autovolume also allows a camera to move through the nested or overlapping volumes. Default=off.

To use Autovolume, Ray Trace must be on, Scanline must be off, and the shadow mode must be set to Segments. (You set the shadow mode on the Shadows And Displacement rollout.) If these conditions aren't met when you click to turn on Autovolume, an alert warns you about this, and gives you the option of making the appropriate setting changes.

Raytrace Acceleration Group

Method

The drop-down list sets which algorithm to use for ray-trace acceleration. The other controls in this group box change, depending on which acceleration method you choose. These are the alternatives:

  • BSP

    The BSP method has Size and Depth controls. See Ray-Trace Acceleration: Parameters for the BSP Method.

    This method is the fastest on a single-processor system. Use it for small-to-medium size scenes on a single processor. BSP is also the best method to use when ray tracing is turned off.

  • BSP2

    (The default.) The BSP2 method is configured automatically by mental ray and has no controls. This method is optimized for large, static scenes; for example, a fully-furnished cafeteria.

    BSP2 requires less memory than BSP and is able to flush memory when necessary. However, there could be a small performance loss when using it with smaller scenes.

Reflections/Refractions group

Trace depth controls the number of times a light ray can be reflected or refracted. At 0, no reflection or refraction occurs. Increasing these values can increase the complexity and realism of a scene, at a cost of greater rendering time.

TipIn some cases, you might want to set Max. Refractions high and Max. Reflections low. For example, you might have the camera looking through several glasses that are lined up, so they're overlapping from the camera's point of view. In this situation, you might want the light rays to refract twice for each glass (once for each layer), so you'd set Max. Refractions to 2 x [number of glasses]. However, to save rendering time, you could set Max. Reflections to 1, resulting in accurate multi-layer refraction with a relatively fast rendering time.
Max. Trace Depth

Limits the combination of reflection and refraction. Tracing of a ray stops when the total number of reflections and refractions reaches the Max. Trace Depth. For example, if Max. Trace Depth is set to 3 and the two trace depths are both set to 2, a ray can be reflected twice and refracted once, or vice-versa, but it can’t be reflected and refracted four times. Default=6.

Enable Reflections

When on, mental ray traces reflections. Turn off to improve performance when you don’t require reflections.

This control is also available on the Rendered Frame Window lower panel, as the leftmost position of the Glossy Reflections Precision slider.

  • Max. ReflectionsSets the number of times a ray can be reflected. At 0, no reflection occurs. At 1, the ray can be reflected once only. At 2, the ray can be reflected twice, and so on. Default=4.

    This control is also available on the Rendered Frame Window lower panel, as the Max. Reflections parameter.

Enable Refractions

When on, mental ray traces refraction. Turn off to improve performance when you don’t require refraction.

This control is also available on the Rendered Frame Window lower panel, as the leftmost position of the Glossy Refractions Precision slider.

  • Max. RefractionsSets the number of times a ray can be refracted. At 0, no refraction occurs. At 1, the ray can be refracted once only. At 2, the ray can be refracted twice, and so on. Default=6.

    This control is also available on the Rendered Frame Window lower panel, as the Max. Refractions parameter.

Subset Pixel Rendering group

Render changes to selected objects only

When on, rendering the scene applies only to selected objects. Unlike using the Selected option for rendering, however, using this option takes into account all scene elements that affect its appearance. This includes shadows, reflection, direct and indirect lighting, and so on. Also, unlike Selected, which replaces the entire contents of the Rendered Frame Window (except for selected objects) with the background color, this option replaces only pixels used by the re-rendered selected objects.

Subset pixel rendering is particularly useful when performing iterative rendering and refinement of lighting, shadows, and other scene elements for a particular object or set of objects in the scene. It lets you re-render repeatedly to view the results of isolated changes without disturbing the rest of the rendered output.

This setting is also available on the Rendered Frame Window, as Subset Pixels (of selected objects).