BillboardRendererDepthThreshold Property |
Namespace: DigitalRune.Graphics.Rendering
When off-screen rendering is enabled (see EnableOffscreenRendering), the renderer uses bilinear interpolation when upsampling the off-screen buffer, except for edges where nearest-depth upsampling is used. The DepthThreshold is the threshold value used for edge detection.
In general: A large depth threshold improves image quality, but can cause edge artifacts. A small depth threshold improves the quality at geometry edges, but may reduce quality at non-edges.