Ver Fonte

Removed specular_phong and specular_blinn from spatial_shader.rst

tetrapod há 1 ano atrás
pai
commit
ab5bba9dfe
1 ficheiros alterados com 0 adições e 4 exclusões
  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.                                                                                    |