From ab5bba9dfe9c504571f8ba07e13f0829df0e63ba Mon Sep 17 00:00:00 2001 From: tetrapod <145553014+tetrapod00@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:29:25 -0800 Subject: [PATCH] Removed specular_phong and specular_blinn from spatial_shader.rst --- tutorials/shaders/shader_reference/spatial_shader.rst | 4 ---- 1 file changed, 4 deletions(-) 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. |