From afaa68628a809194e1d200521294d966eb07595c Mon Sep 17 00:00:00 2001 From: clayjohn Date: Tue, 1 Oct 2019 07:55:04 -0700 Subject: updated defaults and documentation for GLES2 glow --- doc/classes/Environment.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml index 9a943aba51..2b44eb81b1 100644 --- a/doc/classes/Environment.xml +++ b/doc/classes/Environment.xml @@ -177,6 +177,7 @@ Enables fog's light transmission. If enabled, lets reflections light to be transmitted by the fog. + Smooths out blockiness created by sampling higher levels. Glow blending mode. @@ -193,10 +194,10 @@ Bleed scale of the HDR glow. - Bleed threshold of the HDR glow. + Bleed threshold of the HDR glow. In GLES2, this needs to be below 1.0 in order for glow to be visible, a default value of 0.9 works well. - Glow intensity. + Glow intensity. In GLES2, this should be increased to 1.5 by default to compensate for not using HDR. First level of glow (most local). @@ -220,7 +221,7 @@ Seventh level of glow (most global). - Glow strength. + Glow strength. In GLES2, this should be increased to 1.3 by default to compensate for not using HDR. -- cgit v1.2.3