景深
Note
景深只在3D视图中的相机视图里工作。
The post-process method is computed in two passes. The first pass is using a blur that fails to produce quality bokeh for highlights but works for the general case. Followed by a second pass which is sprite-based and improves only the quality of very bright highlights. That is because it is too slow to be applied on every part of the image. So it just includes very bright isolated parts of the image such that are different from their surroundings. Which pixels are being processed by second pass can be control with the Sprite Threshold and Neighbor Rejection options.
Secondly the sample-based method works by randomizing the camera position for every sample. It is more accurate but needs many samples to achieve a smooth result. Accordingly the post-process blurring radius is scaled down to remove undersampling. Yet some scenes might still need more post-process blur in order to remove the noticeable sample pattern. This is exactly what the Overblur option does, but it will also reduce the bokeh shape sharpness.
参考
面板
渲染 ‣ 景深
最大尺寸
Maximum size in pixels of the depth of field post-process effect (lower is faster). A value of 0 will disable the post-process effect but not the sample-based method.
Minimum brightness a pixel needs to have to be considered by the sprite-based depth of field. Higher values will improve the performance but will also reduce the quality of highlights. Brightness is in the scene’s referred color space.
邻域抑制
Maximum intensity to consider when doing sprite neighborhood rejection. This should be set to a brightness value above which there is small visual differences to be noticeable after color management. Lower values will improve the performance but will also reduce the quality of highlights. Brightness is in the scene’s referred color space.
降噪程度
This will reduce the flickering by clamping the color of each pixels to their neighborhood’s average instead of their maximum. Higher values gives more stable results but may darken the scene.
高品质轻微散焦
Increase the quality of almost in-focus regions.
抖动相机
Randomize the camera position for every scene render sample to increase precision. Enabling this option can change the scene’s actual sample count.
Be aware that the actual sample count can grow quite rapidly.
Hint
The actual number of samples is computed by the following formula:
\[sample\_count = (ring\_count^{2} + ring\_count) * 3 + 1\]
where \(ring\_count\) is the number of ring in the hexaweb pattern. The \(ring\_count\) is chosen so that the entire pattern contains at least the number of samples set in the Render Settings.
Overblur
Scales the post-process depth of field radius to reduce artifacts. Higher values will soften the bokeh shape.
See also
.