| BillboardRendererUpsamplingMode Property |
Gets or sets the upsampling filter that is used for combining the off-screen buffer with
the scene.
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public UpsamplingMode UpsamplingMode { get; set; }
Public Property UpsamplingMode As UpsamplingMode
Get
Set
public:
property UpsamplingMode UpsamplingMode {
UpsamplingMode get ();
void set (UpsamplingMode value);
}
member UpsamplingMode : UpsamplingMode with get, set
Property Value
Type:
UpsamplingMode
The upsampling filter for off-screen rendering. The default value is
NearestDepth.
See Also