Enum RenderingServer.ViewportSdfOversize
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.ViewportSdfOversize : long
Fields
Max = 4Represents the size of the RenderingServer.ViewportSdfOversize enum.
Oversize100Percent = 0Do not oversize the 2D signed distance field. Occluders may disappear when touching the viewport's edges, and GpuParticles3D collision may stop working earlier than intended. This has the lowest GPU requirements.
Oversize120Percent = 12D signed distance field covers 20% of the viewport's size outside the viewport on each side (top, right, bottom, left).
Oversize150Percent = 22D signed distance field covers 50% of the viewport's size outside the viewport on each side (top, right, bottom, left).
Oversize200Percent = 32D signed distance field covers 100% of the viewport's size outside the viewport on each side (top, right, bottom, left). This has the highest GPU requirements.