Click or drag to resize
DigitalRuneObjectMotionBlurSoftenEdges Property
Gets or sets a value indicating whether the edges of motion blurred objects should be softened.

Namespace: DigitalRune.Graphics.PostProcessing
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool SoftenEdges { get; set; }

Property Value

Type: Boolean
if edges should be softened; otherwise, .
Remarks
Simple motion blur effects blur the moving objects but they do not soften the silhouette of the moving object. If SoftenEdges is set to , the silhouette is blurred as well, which creates visually better results but costs more performance.
See Also