Click or drag to resize

VisualServerEnvironmentSSAOBlur Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.EnvironmentSSAOBlur"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum EnvironmentSSAOBlur
Members
  Member nameValueDescription
Disabled0

Disables the blur set for SSAO. Will make SSAO look noisier.

Blur1x11

Perform a 1x1 blur on the SSAO output.

Blur2x22

Performs a 2x2 blur on the SSAO output.

Blur3x33

Performs a 3x3 blur on the SSAO output. Use this for smoothest SSAO.

See Also