VisualServerViewportSetUseFxaa Method |
Enables fast approximate antialiasing for this viewport. FXAA is a popular screen-space antialiasing method, which is fast but will make the image look blurry, especially at lower resolutions. It can still work relatively well at large resolutions such as 1440p and 4K.
Namespace: Godot
public static void ViewportSetUseFxaa( RID viewport, bool fxaa )
[Missing <param name="viewport"/> documentation for "M:Godot.VisualServer.ViewportSetUseFxaa(Godot.RID,System.Boolean)"]
[Missing <param name="fxaa"/> documentation for "M:Godot.VisualServer.ViewportSetUseFxaa(Godot.RID,System.Boolean)"]