瀏覽代碼

Merge pull request #8509 from tetrapod00/patch-1

Removed specular_phong and specular_blinn from spatial_shader.rst
Matthew 1 年之前
父節點
當前提交
514585d8a8
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      tutorials/shaders/shader_reference/spatial_shader.rst

+ 0 - 4
tutorials/shaders/shader_reference/spatial_shader.rst

@@ -54,10 +54,6 @@ Render modes
 +-------------------------------+------------------------------------------------------------------------------------------------------+
 | **specular_schlick_ggx**      | Schlick-GGX for specular (default).                                                                  |
 +-------------------------------+------------------------------------------------------------------------------------------------------+
-| **specular_blinn**            | Blinn for specular (compatibility).                                                                  |
-+-------------------------------+------------------------------------------------------------------------------------------------------+
-| **specular_phong**            | Phong for specular (compatibility).                                                                  |
-+-------------------------------+------------------------------------------------------------------------------------------------------+
 | **specular_toon**             | Toon for specular.                                                                                   |
 +-------------------------------+------------------------------------------------------------------------------------------------------+
 | **specular_disabled**         | Disable specular.                                                                                    |