From badeecb28aa9a87f26a766388bf77028710751a5 Mon Sep 17 00:00:00 2001 From: Farzad Besharati Date: Tue, 3 Sep 2024 16:09:28 +0200 Subject: [PATCH 1/2] Add info to turn off preview sunlight before working with 3D shader lighting. By default in Godot 4.3, preview sunlight is enabled and only disabled by a DirectionalLight3D being added to the scene. If you follow the guide and add an OmniLight3D, the preview sunlight stays enabled and causes a drastically different look. --- tutorials/shaders/your_first_shader/your_first_3d_shader.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst b/tutorials/shaders/your_first_shader/your_first_3d_shader.rst index c0817a5c1..741db6938 100644 --- a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst +++ b/tutorials/shaders/your_first_shader/your_first_3d_shader.rst @@ -277,6 +277,7 @@ Interacting with light First, turn wireframe off. To do so, click in the upper-left of the Viewport again, where it says "Perspective", and select "Display Normal". +Additionally in the 3D scene toolbar, toggle off preview sunlight. .. image:: img/normal.png From 909af5ce913aad4641c215fa738daad39a0d83c3 Mon Sep 17 00:00:00 2001 From: Farzad Besharati Date: Tue, 3 Sep 2024 16:37:17 +0200 Subject: [PATCH 2/2] toggle off -> turn off Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- tutorials/shaders/your_first_shader/your_first_3d_shader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst b/tutorials/shaders/your_first_shader/your_first_3d_shader.rst index 741db6938..d9e468cd8 100644 --- a/tutorials/shaders/your_first_shader/your_first_3d_shader.rst +++ b/tutorials/shaders/your_first_shader/your_first_3d_shader.rst @@ -277,7 +277,7 @@ Interacting with light First, turn wireframe off. To do so, click in the upper-left of the Viewport again, where it says "Perspective", and select "Display Normal". -Additionally in the 3D scene toolbar, toggle off preview sunlight. +Additionally in the 3D scene toolbar, turn off preview sunlight. .. image:: img/normal.png