From ba722938809010516ff1c54893e4e8cb750e6fd2 Mon Sep 17 00:00:00 2001 From: pixcai Date: Fri, 4 Apr 2025 17:14:33 +0800 Subject: [PATCH] Update spatial_shader.rst --- tutorials/shaders/shader_reference/spatial_shader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/shaders/shader_reference/spatial_shader.rst b/tutorials/shaders/shader_reference/spatial_shader.rst index ee4cb2f78..53e986ad0 100644 --- a/tutorials/shaders/shader_reference/spatial_shader.rst +++ b/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 +-------------------------------+------------------------------------------------------------------------------------------------------+ | **ensure_correct_normals** | Use when non-uniform scale is applied to mesh *(note: currently unimplemented)*. | +-------------------------------+------------------------------------------------------------------------------------------------------+ -| **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. | +-------------------------------+------------------------------------------------------------------------------------------------------+ | **ambient_light_disabled** | Disable contribution from ambient light and radiance map. | +-------------------------------+------------------------------------------------------------------------------------------------------+