We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3bf85 commit ba72293Copy full SHA for ba72293
tutorials/shaders/shader_reference/spatial_shader.rst
@@ -71,7 +71,7 @@ For visual examples of these render modes, see :ref:`Standard Material 3D and OR
71
+-------------------------------+------------------------------------------------------------------------------------------------------+
72
| **ensure_correct_normals** | Use when non-uniform scale is applied to mesh *(note: currently unimplemented)*. |
73
74
-| **shadows_disabled** | Disable computing shadows in shader. The shader will not cast shadows, but can still receive them. |
+| **shadows_disabled** | Disable computing shadows in shader. The shader will not receive shadows, but can still cast them. |
75
76
| **ambient_light_disabled** | Disable contribution from ambient light and radiance map. |
77
0 commit comments