瀏覽代碼

Add `disable_fog` to Sky shaders documentation (#3906)

Clay John 5 年之前
父節點
當前提交
ff9d67f7e8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tutorials/shading/shading_reference/sky_shader.rst

+ 2 - 0
tutorials/shading/shading_reference/sky_shader.rst

@@ -96,6 +96,8 @@ a lower resolution than the rest of the sky:
 +---------------------------------+----------------------------------------------------------------------+
 +---------------------------------+----------------------------------------------------------------------+
 | **use_quarter_res_pass**        | Allows the shader to write to and access the quarter resolution pass.|
 | **use_quarter_res_pass**        | Allows the shader to write to and access the quarter resolution pass.|
 +---------------------------------+----------------------------------------------------------------------+
 +---------------------------------+----------------------------------------------------------------------+
+| **disable_fog**                 | If used, fog will not affect the sky.                                |
++---------------------------------+----------------------------------------------------------------------+
 
 
 Built-ins
 Built-ins
 ^^^^^^^^^
 ^^^^^^^^^