Versions Compared

Key

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

...

These two parameters select the shape and the size of the screen filter. The available filter types are : gaussian, mitchell, catmull-rom, sinc, box and triangle.  We recommend to use the gaussian pixel filter with a filter width of 2 as this will produce optimal quality.

Info

The mitchellcatmull-rom and sinc filter are legacy filters that were suitable in scanline renderers (such as REYES algorithms) in which sharpening was used to compensate for blur introduced by the lack of shading samples per pixel. In a path-tracer, every camera ray contributes to shading and renders are crisp by default. Using these sharpening filters in a context of a path-tracer is thus counter productive. Note that these filters need to have filter widths larger than 4 in order to work as designed.

The box and triangle filtler are provided for completeness and are not recommended either.


Motion Blur

Enables motion blur for the entire scene. 3Delight will produce a 2-step linear motion blur unless an object or transform overrides this default for additional steps. Refer to The Object Attributes.

...