BlurEdgeSoftness Property |
Namespace: DigitalRune.Graphics.PostProcessing
When IsBilateral is enabled, an edge-aware blur is used to avoid blurring over depth discontinuities. The sensitivity of the edge-aware blur is defined by EdgeSoftness. The value is the max allowed depth difference of two pixel in world space units (at 1 unit in front of the camera). Pixels that closer than this threshold are blurred together; pixels which are farther apart are ignored.
Decrease the value to make edges crisper. Increase to make edges softer.