From a9b585dd1aaa131df6da2c2ad4d92206e587e5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 10 Aug 2021 12:11:30 +0200 Subject: [PATCH] Fixup doc formatting after #47416 --- doc/classes/VisualServer.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/classes/VisualServer.xml b/doc/classes/VisualServer.xml index fa257ea1687..ee1d4f9729b 100644 --- a/doc/classes/VisualServer.xml +++ b/doc/classes/VisualServer.xml @@ -3047,12 +3047,9 @@ - - - - - - + + + Sets the sharpening [code]intensity[/code] for the [code]viewport[/code]. If set to a value greater than [code]0.0[/code], contrast-adaptive sharpening will be applied to the 3D viewport. This has a low performance cost and can be used to recover some of the sharpness lost from using FXAA. Values around [code]0.5[/code] generally give the best results. See also [method viewport_set_use_fxaa].