Browse Source

Update shading_language.rst

Add missing specular_disabled
Dmitry Krutskikh 7 years ago
parent
commit
2406d75367
1 changed files with 2 additions and 0 deletions
  1. 2 0
      learning/features/shading/shading_language.rst

+ 2 - 0
learning/features/shading/shading_language.rst

@@ -639,6 +639,8 @@ Render Modes
 +---------------------------------+----------------------------------------------------------------------+
 +---------------------------------+----------------------------------------------------------------------+
 | **specular_toon**               | Toon for specular.                                                   |
 | **specular_toon**               | Toon for specular.                                                   |
 +---------------------------------+----------------------------------------------------------------------+
 +---------------------------------+----------------------------------------------------------------------+
+| **specular_disabled**           | Disable specular.                                                    |
++---------------------------------+----------------------------------------------------------------------+
 | **skip_vertex_transform**       | VERTEX/NORMAL/etc need to be transformed manually in VS.             |
 | **skip_vertex_transform**       | VERTEX/NORMAL/etc need to be transformed manually in VS.             |
 +---------------------------------+----------------------------------------------------------------------+
 +---------------------------------+----------------------------------------------------------------------+
 | **world_vertex_coords**         | VERTEX/NORMAL/etc are modified in world coordinates instead of local.|
 | **world_vertex_coords**         | VERTEX/NORMAL/etc are modified in world coordinates instead of local.|