Click or drag to resize
AB4D logo

ScreenSpaceAmbientOcclusionRenderingProviderSsaoTextureBlurCount Property

Gets or sets an integer that specify how many times the SSAO texture is blurred before it is used to render objects. Without blurring the individual randomized samples are visible. Blurring prevents that. Reduce this number to increase performance of SSAO. Default value is 4 (executing 4 horizontal and 4 vertical blur post processes).

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public int SsaoTextureBlurCount { get; set; }

Property Value

Int32
See Also