Skip to content

Commit cf10658

Browse files
authored
Merge pull request godotengine#8604 from Calinou/fog-banding
Mention potential banding issues in fog and volumetric fog documentation
2 parents 8209021 + 9804b8a commit cf10658

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tutorials/3d/environment_and_post_processing.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,12 @@ In practice, it makes light stand out more across the fog.
301301

302302
.. image:: img/environment_fog_transmission.webp
303303

304+
.. note::
305+
306+
Fog can cause banding to appear on the viewport, especially at
307+
higher density levels. See :ref:`doc_3d_rendering_limitations_color_banding`
308+
for guidance on reducing banding.
309+
304310
Volumetric Fog
305311
^^^^^^^^^^^^^^
306312

tutorials/3d/volumetric_fog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ and quality:
149149
the fog which reduces fine details but also smooths out harsh edges and
150150
aliasing artifacts. Disable when more detail is required.
151151

152+
.. note::
153+
154+
Volumetric fog can cause banding to appear on the viewport, especially at
155+
higher density levels. See :ref:`doc_3d_rendering_limitations_color_banding`
156+
for guidance on reducing banding.
157+
152158
Using fog volumes for local volumetric fog
153159
------------------------------------------
154160

0 commit comments

Comments
 (0)