diff --git a/tutorials/shaders/img/shader_material_create_mesh.webp b/tutorials/shaders/img/shader_material_create_mesh.webp index 1b6a55cc9..4ff785f8b 100644 Binary files a/tutorials/shaders/img/shader_material_create_mesh.webp and b/tutorials/shaders/img/shader_material_create_mesh.webp differ diff --git a/tutorials/shaders/img/visual_shader_create.webp b/tutorials/shaders/img/visual_shader_create.webp index e11f9f215..aa29ce435 100644 Binary files a/tutorials/shaders/img/visual_shader_create.webp and b/tutorials/shaders/img/visual_shader_create.webp differ diff --git a/tutorials/shaders/img/visual_shader_editor2.webp b/tutorials/shaders/img/visual_shader_editor2.webp index 0ed3c2f56..c06a58247 100644 Binary files a/tutorials/shaders/img/visual_shader_editor2.webp and b/tutorials/shaders/img/visual_shader_editor2.webp differ diff --git a/tutorials/shaders/img/vs_popup.webp b/tutorials/shaders/img/vs_popup.webp index b14fbee58..e666bd756 100644 Binary files a/tutorials/shaders/img/vs_popup.webp and b/tutorials/shaders/img/vs_popup.webp differ diff --git a/tutorials/shaders/visual_shaders.rst b/tutorials/shaders/visual_shaders.rst index 18528a3a1..3f2bdc6b9 100644 --- a/tutorials/shaders/visual_shaders.rst +++ b/tutorials/shaders/visual_shaders.rst @@ -43,6 +43,9 @@ on the right that can be toggled off From left to right in the toolbar: +- The arrow can be used to toggle the files panel's visibility. +- The ``File`` button opens a dropdown menu for saving, loading, and creating + files. - The ``Add Node`` button displays a popup menu to let you add nodes to the shader graph. - The drop-down menu is the shader type: Vertex, Fragment and Light. Like for @@ -56,7 +59,10 @@ From left to right in the toolbar: - The Manage Varyings button opens a dropdown that lets you add or remove a varying. - The show generated code button shows shader code corresponding to your graph. -- The last icon toggles the material preview on or off. +- The toggle turns the material preview on or off. +- The ``Online Docs`` button opens this documentation page in your web browser. +- The last button allows you to put the shader editor in its own window, + separate from the rest of the editor. .. note::