RenderSSAOParameters Structure |
Namespace: Lumiscaphe.Workshop.Interop
The RenderSSAOParameters type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Bias |
Gets or sets the SSAO bias.
| |
| Enabled |
Gets or sets whether the SSAO is enabled.
| |
| Intensity |
Gets or sets the SSAO intensity.
| |
| Lightmaps |
Gets or sets whether the lightmaps are enabled when SSAO is enabled.
| |
| Radius |
Gets or sets the SSAO radius.
| |
| Steps |
Gets or sets the SSAO steps.
| |
| TransparentSurfaces |
Gets or sets whether transparent surfaces have SSAO applied.
|