Skip to content

Commit 7329907

Browse files
authored
Merge pull request #10834 from pixcai/patch-1
Fix description of `shadows_disabled` shader render mode
2 parents eb82440 + ba72293 commit 7329907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/spatial_shader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For visual examples of these render modes, see :ref:`Standard Material 3D and OR
7171
+-------------------------------+------------------------------------------------------------------------------------------------------+
7272
| **ensure_correct_normals** | Use when non-uniform scale is applied to mesh *(note: currently unimplemented)*. |
7373
+-------------------------------+------------------------------------------------------------------------------------------------------+
74-
| **shadows_disabled** | Disable computing shadows in shader. The shader will not cast shadows, but can still receive them. |
74+
| **shadows_disabled** | Disable computing shadows in shader. The shader will not receive shadows, but can still cast them. |
7575
+-------------------------------+------------------------------------------------------------------------------------------------------+
7676
| **ambient_light_disabled** | Disable contribution from ambient light and radiance map. |
7777
+-------------------------------+------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)