Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed tutorials/shaders/img/visual_shader_create.png
Binary file not shown.
Binary file added tutorials/shaders/img/visual_shader_create.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions tutorials/shaders/visual_shaders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ VisualShaders, create a new ``ShaderMaterial`` in an object of your choice.

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

.. image:: img/visual_shader_create.png
.. image:: img/visual_shader_create.webp

Click on the new ``VisualShader`` resource and the Visual Shader Editor will
open automatically. The layout of the Visual Shader Editor comprises two parts:
Click on the new ``Shader`` resource and the Create Shader dialog will
open automatically. Change the Type option to VisualShader in the dropdown.

.. image:: img/visual_shader_create2.webp

The layout of the Visual Shader Editor comprises two parts:
the upper toolbar and the graph itself.

.. image:: img/visual_shader_editor2.png
Expand Down