diff --git a/tutorials/shaders/shader_reference/spatial_shader.rst b/tutorials/shaders/shader_reference/spatial_shader.rst index 6b7c46b9632..9ba5537ab88 100644 --- a/tutorials/shaders/shader_reference/spatial_shader.rst +++ b/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. |