Enum RenderingServer.EnvironmentSsrRoughnessQuality
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.EnvironmentSsrRoughnessQuality : long
Fields
Disabled = 0Lowest 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 = 3High quality of roughness filter for screen-space reflections. This is the slowest option.
Low = 1Low quality of roughness filter for screen-space reflections.
Medium = 2Medium quality of roughness filter for screen-space reflections.