VisualServerEnvironmentSSAOBlur Enumeration |
[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentSSAOBlur"]
Namespace: Godot
public enum EnvironmentSSAOBlur
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | Disables the blur set for SSAO. Will make SSAO look noisier. | |
Blur1x1 | 1 | Perform a 1x1 blur on the SSAO output. | |
Blur2x2 | 2 | Performs a 2x2 blur on the SSAO output. | |
Blur3x3 | 3 | Performs a 3x3 blur on the SSAO output. Use this for smoothest SSAO. |