Click or drag to resize
DigitalRuneBillboardRendererUpsamplingMode Property
Gets or sets the upsampling filter that is used for combining the off-screen buffer with the scene.

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

Property Value

Type: UpsamplingMode
The upsampling filter for off-screen rendering. The default value is NearestDepth.
See Also