Ssao | |
public class SsaoBlurPostProcess : SimpleBlurPostProcess
The SsaoBlurPostProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| SsaoBlurPostProcess | Initializes a new instance of the SsaoBlurPostProcess class. |
| Name | Description | |
|---|---|---|
| DepthThreshold | Used to define how much the depth can change to skip the pixel from blur (defines a discontinuity). Default value is 1. | |
| NormalDepthShaderResourceView | NormalDepthShaderResourceView should be set by the PrepareSsaoRenderingStep to the ShaderResourceView that has a texture with 3D scene rendered as normal-depth texture. |