Click or drag to resize
AB4D logo

RenderSsaoPostProcess Class

RenderSsaoPostProcess is a post-process that uses normal-depth map and rendered Screen Space Ambient Occlusion (SSAO) texture.
Inheritance Hierarchy
SystemObject
  Ab3d.DirectXDXResourceBase
    Ab3d.DirectXSharedDXResource
      Ab3d.DirectXSharedDXDeviceResource
        Ab3d.DirectX.PostProcessingPostProcessBase
          Ab3d.DirectX.PostProcessingStandardPostProcess
            Ab3d.DirectX.PostProcessingSimplePixelShaderPostProcess
              Ab3d.DirectXRenderSsaoPostProcess

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

The RenderSsaoPostProcess type exposes the following members.

Constructors
 NameDescription
Public methodRenderSsaoPostProcess Initializes a new instance of the RenderSsaoPostProcess class.
Top
Properties
 NameDescription
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