Enum RenderingServer.EnvironmentSsrRoughnessQuality
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.EnvironmentSsrRoughnessQuality : long
Fields
Disabled = 0
Lowest quality of roughness filter for screen-space reflections. Rough materials will not have blurrier screen-space reflections compared to smooth (non-rough) materials. This is the fastest option.
High = 3
High quality of roughness filter for screen-space reflections. This is the slowest option.
Low = 1
Low quality of roughness filter for screen-space reflections.
Medium = 2
Medium quality of roughness filter for screen-space reflections.