Browse Source

Removed specular_phong and specular_blinn from spatial_shader.rst

tetrapod 1 year ago
parent
commit
ab5bba9dfe
1 changed files with 0 additions and 4 deletions
  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.                                                                                    |