Browse Source

Fix incorrect default blend mode in Environment and post-processing (#5210)

Co-authored-by: Hugo Locurcio <[email protected]>
Matthew 4 years ago
parent
commit
449ba3b790
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/3d/environment_and_post_processing.rst

+ 2 - 2
tutorials/3d/environment_and_post_processing.rst

@@ -321,8 +321,8 @@ Once glow is visible, it can be controlled with a few extra parameters:
 The **Blend Mode** of the effect can also be changed:
 
 - **Additive** is the strongest one, as it only adds the glow effect over the image with no blending involved. In general, it's too strong to be used, but can look good with low intensity Bloom (produces a dream-like effect).
-- **Screen** is the default one. It ensures glow never brightens more than itself and it works great as an all around.
-- **Softlight** is the weakest one, producing only a subtle color disturbance around the objects. This mode works best on dark scenes.
+- **Screen** ensures glow never brightens more than itself and it works great as an all around.
+- **Softlight** is the default and weakest one, producing only a subtle color disturbance around the objects. This mode works best on dark scenes.
 - **Replace** can be used to blur the whole screen or debug the effect. It only shows the glow effect without the image below.
 
 To change the glow effect size and shape, Godot provides **Levels**. Smaller