| SsaoFilterCombineWithSource Property |
Gets or sets a value indicating whether the ambient occlusion should be applied to the
source image - or if a black-white AO image is produced, ignoring the source image.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public bool CombineWithSource { get; set; }
Public Property CombineWithSource As Boolean
Get
Set
public:
property bool CombineWithSource {
bool get ();
void set (bool value);
}
member CombineWithSource : bool with get, set
Property Value
Type:
Boolean if the ambient occlusion buffer is applied to the source image;
the result is the source image where occluded pixels are darkened.
if the source image is ignored and the processor produces a grayscale image (white =
not occluded, black = fully occluded). The default value is
.
See Also