Skip to content

Commit 8d5eeed

Browse files
authored
Merge pull request godotengine#7536 from rametta/patch-1
Updates to visual_shaders.rst to show new way to create visual shaders
2 parents e24da9a + 4415f98 commit 8d5eeed

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
-9.57 KB
Binary file not shown.
47.2 KB
Loading
38 KB
Loading

tutorials/shaders/visual_shaders.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ VisualShaders, create a new ``ShaderMaterial`` in an object of your choice.
2626

2727
Then assign a :ref:`class_VisualShader` resource to the ``Shader`` property.
2828

29-
.. image:: img/visual_shader_create.png
29+
.. image:: img/visual_shader_create.webp
3030

31-
Click on the new ``VisualShader`` resource and the Visual Shader Editor will
32-
open automatically. The layout of the Visual Shader Editor comprises two parts:
31+
Click on the new ``Shader`` resource and the Create Shader dialog will
32+
open automatically. Change the Type option to VisualShader in the dropdown.
33+
34+
.. image:: img/visual_shader_create2.webp
35+
36+
The layout of the Visual Shader Editor comprises two parts:
3337
the upper toolbar and the graph itself.
3438

3539
.. image:: img/visual_shader_editor2.png

0 commit comments

Comments
 (0)