瀏覽代碼

Merge pull request #6809 from Calinou/volumetric-fog-finite-distance

Document volumetric fog having a finite distance
Max Hilbrunner 2 年之前
父節點
當前提交
996bf94cc0
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      tutorials/3d/volumetric_fog.rst

+ 10 - 0
tutorials/3d/volumetric_fog.rst

@@ -89,6 +89,16 @@ Two additional properties are offered in the **Temporal Reprojection** section:
   fog, but makes "ghosting" much worse. A lower value reduces ghosting but can
   result in the per-frame temporal jitter becoming visible.
 
+.. note::
+
+    Unlike non-volumetric fog, volumetric fog has a *finite* range. This means
+    volumetric fog cannot entirely cover a large world, as it will eventually
+    stop being rendered in the distance.
+
+    If you wish to hide distant areas from the player, it's recommended to
+    enable both non-volumetric fog and volumetric fog at the same time, and
+    adjust their density accordingly.
+
 Light interaction with volumetric fog
 -------------------------------------