From 4f82b1bd208b0559f21f574aff83feb925a092bb Mon Sep 17 00:00:00 2001 From: clayjohn Date: Fri, 29 Apr 2022 12:46:29 -0700 Subject: Use IGN instead of white noise for sky dithering --- doc/classes/PhysicalSkyMaterial.xml | 6 +++--- doc/classes/ProceduralSkyMaterial.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/PhysicalSkyMaterial.xml b/doc/classes/PhysicalSkyMaterial.xml index 716eaaeeba..7c2ea088c8 100644 --- a/doc/classes/PhysicalSkyMaterial.xml +++ b/doc/classes/PhysicalSkyMaterial.xml @@ -11,9 +11,6 @@ - - The amount of dithering to use. Dithering helps reduce banding that appears from the smooth changes in color in the sky. Use the lowest value possible for your given sky settings, as higher amounts may add fuzziness to the sky. - Sets the exposure of the sky. Higher exposure values make the entire sky brighter. @@ -44,5 +41,8 @@ Sets the thickness of the atmosphere. High turbidity creates a foggy-looking atmosphere, while a low turbidity results in a clearer atmosphere. + + If [code]true[/code], enables debanding. Debanding adds a small amount of noise which helps reduce banding that appears from the smooth changes in color in the sky. + diff --git a/doc/classes/ProceduralSkyMaterial.xml b/doc/classes/ProceduralSkyMaterial.xml index 88283bcf24..3cc4bd71f7 100644 --- a/doc/classes/ProceduralSkyMaterial.xml +++ b/doc/classes/ProceduralSkyMaterial.xml @@ -11,9 +11,6 @@ - - The amount of dithering to use. Dithering helps reduce banding that appears from the smooth changes in color in the sky. Use the lowest value possible for your given sky settings, as higher amounts may add fuzziness to the sky. - Color of the ground at the bottom. Blends with [member ground_horizon_color]. @@ -50,5 +47,8 @@ How quickly the sun fades away between the edge of the sun disk and [member sun_angle_max]. + + If [code]true[/code], enables debanding. Debanding adds a small amount of noise which helps reduce banding that appears from the smooth changes in color in the sky. + -- cgit v1.2.3