Click or drag to resize
AB4D logo

VarianceDepthBlurPostProcess Constructor

Initializes a new instance of the VarianceDepthBlurPostProcess class.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public VarianceDepthBlurPostProcess(
	bool isVerticalBlur = false,
	int filterWidth = 5
)

Parameters

isVerticalBlur  Boolean  (Optional)
if set to true the VarianceDepthBlurPostProcess will render the vertical pass; otherwise a horizontal pass is rendered.
filterWidth  Int32  (Optional)
width of the filter (default value is 5)
See Also