Click or drag to resize
DigitalRuneSsaoFilter Properties

The SsaoFilter type exposes the following members.

Properties
  NameDescription
Public propertyCombineWithSource
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.
Public propertyDefaultTargetFormat
Gets or sets the default target format. (This property is used by the PostProcessorChain).
(Inherited from PostProcessor.)
Public propertyDownsampleFactor
Gets or sets the downsample factor.
Public propertyEnabled
Gets or sets a value indicating whether this post-processor is enabled.
(Inherited from PostProcessor.)
Public propertyGraphicsService
Gets the graphics service.
(Inherited from PostProcessor.)
Public propertyIsDisposed
Gets a value indicating whether this post-processor has been disposed of.
(Inherited from PostProcessor.)
Public propertyMaxDistances
Gets or sets the max distances for ambient occlusion.
Public propertyName
Gets or sets the name of the post-processor.
(Inherited from PostProcessor.)
Public propertyNumberOfBlurPasses
Gets or sets the number of blur passes.
Public propertyQuality
Gets or sets the quality level.
Public propertyRadii
Gets or sets the inner and outer ambient occlusion radius.
Public propertyScale
Gets or sets the scale factors.
Public propertyStrength
Gets or sets the strength of the ambient occlusion.
Public propertyUseEdgeAwareBlur
Gets or sets a value indicating whether the ambient occlusion should be blurred using an edge-aware blur.
Top
See Also