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

Compare with Current View Page History

« Previous Version 11 Next »

Overview

The Quality group of rendering attributes offer a few options affecting the quality of the rendering. The default values should provide a normal, draft quality, render.


The Quality group


Pixel Samples

Specifies in how many sub-samples each pixel will be subdivided. A draft quality setting for this parameter is 4x4 and a high quality setting could be 8x8. Higher values might be needed when rendering large motion blur or depth of field. The default value is 3x3.

Pixel Filter

Specifies the type of the filter to use to re-sample the sub-samples. Available values are: ‘box’, ‘triangle’, ‘gaussian’, ‘catmull-rom’, ‘bessel’, ‘sinc’, ‘mitchell’, ‘zmin’ and ‘zmax’. ‘catmull-rom’ and ‘sinc’ filters are common in production work. It should be noted that there is no additional performance cost for using more “complicated” filters instead of simpler ones (such as the ‘box’ filter). The default filter is ‘sinc’.

Filter Width

Specifies the width of the filter in pixels. A larger the value implies a slightly slower filtering process. Note that enlarging some filters, such as the ‘gaussian’ or ‘box’ will blur the result and not increase the quality. Also, some filters do not work well with small width values. This is the case of the ‘sinc’ filter for which it is not suggested to specify values less than 4, which is the default value. 

REYES Quality


Shading Rate

Controls how finely the geometry is tessellated prior to shading. 3Delight adaptively tessellates each primitive into very tiny elements called micro-polygons, those elements are then shaded and sampled. Typically, the size of one micro-polygon is one screen pixel and this corresponds to a shading rate of 1.0. A shading rate of 4.0 will produce micro-polygons that cover approximately an area of 2x2 pixels and a shading rate of 0.5 will give two micro-polygons per pixel. It is recommended to leave this parameter to its default value of 1.0 and reasons why not doing so are explained in Chapter 5 [Rendering Guidelines], page 105.

Volume Shading Rate

This options controls the frequency of shading for interior shaders. It also applies to atmosphere shaders and to Maya fluids. This setting behaves in a similar fashion to Shading Rate, but its effect is limited to volume shaders. The default volume shading rate is 1.0. 

  • No labels