Click or drag to resize
AB4D logo

SsaoBlurPostProcess Constructor

Initializes a new instance of the SsaoBlurPostProcess class.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public SsaoBlurPostProcess(
	bool isVerticalBlur = false
)

Parameters

isVerticalBlur  Boolean  (Optional)
if set to true the SsaoBlurPostProcess will render the vertical pass; otherwise a horizontal pass is rendered.
See Also