Skip to content

Commit 514585d

Browse files
authored
Merge pull request godotengine#8509 from tetrapod00/patch-1
Removed specular_phong and specular_blinn from spatial_shader.rst
2 parents 4e02f00 + ab5bba9 commit 514585d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tutorials/shaders/shader_reference/spatial_shader.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Render modes
5454
+-------------------------------+------------------------------------------------------------------------------------------------------+
5555
| **specular_schlick_ggx** | Schlick-GGX for specular (default). |
5656
+-------------------------------+------------------------------------------------------------------------------------------------------+
57-
| **specular_blinn** | Blinn for specular (compatibility). |
58-
+-------------------------------+------------------------------------------------------------------------------------------------------+
59-
| **specular_phong** | Phong for specular (compatibility). |
60-
+-------------------------------+------------------------------------------------------------------------------------------------------+
6157
| **specular_toon** | Toon for specular. |
6258
+-------------------------------+------------------------------------------------------------------------------------------------------+
6359
| **specular_disabled** | Disable specular. |

0 commit comments

Comments
 (0)