Click or drag to resize
DigitalRuneBlurInitializePoissonBlur Method
Computes sample offsets and weights for a 13-tap Poisson disk filter kernel.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void InitializePoissonBlur()
Remarks
The Poisson disk blur is 1-pass effect. IsSeparable is set to and the Scale is set to 5. The scale determines the size (radius) of the Poisson disk. (The Offsets of a Poisson disk kernel are usually defined for a range of [-1, 1]. The scale determines the effective size (radius) of the Poisson disk.)
See Also