There are some good tutorials for learning to use the visual shader? I would like to know how to control 3d textures from there.
There is few information about it in the official site and that is weird because the site is very good at all the others things.
Godot shading scripting and visual shader. Where find information?
- Edited
To quote myself:
Tomcat There are few resources for learning shaders at all. And for Godot 4 shaders, only the official documentation. Option: learn basic shader handling, compare to working examples, and try to grasp the differences.
…and from the same discussion.
Megalomaniak With regards to visual shader graph, while things aren't called the same 1 to 1 I recommend looking at tutorials for other visual shader graph systems, such as unreals. It's quite doable to port solutions over.
And once you have a basic grasp of how things work there it becomes easier to get into writing shaders in code as well. I'd start with that - visual graph shaders first.