Click or drag to resize
AB4D logo

SsaoBlurPostProcess Class

SsaoBlurPostProcess is a post process that applies blur to Ssao texture.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXSharedDXResource
      Ab3d.DirectXSharedDXDeviceResource
        Ab3d.DirectX.PostProcessingPostProcessBase
          Ab3d.DirectX.PostProcessingStandardPostProcess
            Ab3d.DirectX.PostProcessingSimplePixelShaderPostProcess
              Ab3d.DirectX.PostProcessingSimpleBlurPostProcess
                Ab3d.DirectXSsaoBlurPostProcess

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public class SsaoBlurPostProcess : SimpleBlurPostProcess

The SsaoBlurPostProcess type exposes the following members.

Constructors
 NameDescription
Public methodSsaoBlurPostProcess Initializes a new instance of the SsaoBlurPostProcess class.
Top
Properties
 NameDescription
Public propertyDepthThreshold Used to define how much the depth can change to skip the pixel from blur (defines a discontinuity). Default value is 1.
Public propertyNormalDepthShaderResourceView NormalDepthShaderResourceView should be set by the PrepareSsaoRenderingStep to the ShaderResourceView that has a texture with 3D scene rendered as normal-depth texture.
Top
See Also