Table of Contents

Enum RenderingServer.EnvironmentSsaoQuality

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.EnvironmentSsaoQuality : long

Fields

High = 3

High quality screen-space ambient occlusion.

Low = 1

Low quality screen-space ambient occlusion.

Medium = 2

Medium quality screen-space ambient occlusion.

Ultra = 4

Highest quality screen-space ambient occlusion. Uses the adaptive target setting which can be dynamically adjusted to smoothly balance performance and visual quality.

VeryLow = 0

Lowest quality of screen-space ambient occlusion.