Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tutorials/3d/environment_and_post_processing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,12 @@ In practice, it makes light stand out more across the fog.

.. image:: img/environment_fog_transmission.webp

.. note::

Fog can cause banding to appear on the viewport, especially at
higher density levels. See :ref:`doc_3d_rendering_limitations_color_banding`
for guidance on reducing banding.

Volumetric Fog
^^^^^^^^^^^^^^

Expand Down
6 changes: 6 additions & 0 deletions tutorials/3d/volumetric_fog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ and quality:
the fog which reduces fine details but also smooths out harsh edges and
aliasing artifacts. Disable when more detail is required.

.. note::

Volumetric fog can cause banding to appear on the viewport, especially at
higher density levels. See :ref:`doc_3d_rendering_limitations_color_banding`
for guidance on reducing banding.

Using fog volumes for local volumetric fog
------------------------------------------

Expand Down