| ObjectMotionBlurSoftenEdges Property |
Gets or sets a value indicating whether the edges of motion blurred objects should be
softened.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool SoftenEdges { get; set; }
Public Property SoftenEdges As Boolean
Get
Set
public:
property bool SoftenEdges {
bool get ();
void set (bool value);
}
member SoftenEdges : bool with 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