From 9b623635c83e90e378b9e6b1f4352197672fb1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 8 Feb 2021 12:34:28 +0100 Subject: doc: Sync classref with current source --- doc/classes/Environment.xml | 4 +++- doc/classes/Light3D.xml | 2 +- doc/classes/ProjectSettings.xml | 9 +-------- doc/classes/RenderingDevice.xml | 32 ++++++++++++++++++++++++++++---- doc/classes/SyntaxHighlighter.xml | 4 ++-- 5 files changed, 35 insertions(+), 16 deletions(-) diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index 9dd4ecc37b..a986ec35c6 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -265,7 +265,9 @@ - + + + diff --git a/doc/classes/Light3D.xml b/doc/classes/Light3D.xml index 6c008e4f7e..111473e098 100644 --- a/doc/classes/Light3D.xml +++ b/doc/classes/Light3D.xml @@ -78,7 +78,7 @@ If [code]true[/code], the light will cast shadows. - + Offsets the lookup into the shadow map by the object's normal. This can be used to reduce self-shadowing artifacts without using [member shadow_bias]. In practice, this value should be tweaked along with [member shadow_bias] to reduce artifacts as much as possible. diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index fc618206ed..be72f83406 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1088,9 +1088,6 @@ - - Max amount of elements renderable in a frame. If more than this are visible per frame, they will be dropped. Keep in mind elements refer to mesh surfaces and not meshes themselves. - @@ -1306,11 +1303,7 @@ Thread model for rendering. Rendering on a thread can vastly improve performance, but synchronizing to the main thread can cause a bit more jitter. - - - - - + diff --git a/doc/classes/RenderingDevice.xml b/doc/classes/RenderingDevice.xml index d0fb2b9d47..84e307b852 100644 --- a/doc/classes/RenderingDevice.xml +++ b/doc/classes/RenderingDevice.xml @@ -74,6 +74,8 @@ + + @@ -443,6 +445,24 @@ + + + + + + + + + + + + + + + + + + @@ -823,6 +843,8 @@ + + @@ -1587,13 +1609,15 @@ - + + + - + - + - + diff --git a/doc/classes/SyntaxHighlighter.xml b/doc/classes/SyntaxHighlighter.xml index 3f87e4f61d..642d75fa9b 100644 --- a/doc/classes/SyntaxHighlighter.xml +++ b/doc/classes/SyntaxHighlighter.xml @@ -15,7 +15,7 @@ - Virtual method which can be overridden to clear any local caches. + Virtual method which can be overridden to clear any local caches. @@ -32,7 +32,7 @@ - Virtual method which can be overridden to update any local caches. + Virtual method which can be overridden to update any local caches. -- cgit v1.2.3