hello
can someone sent me tutorial videos to learn making shaders because i really don't like read a lot of documentations
hello
can someone sent me tutorial videos to learn making shaders because i really don't like read a lot of documentations
You can find some guides on the forum.
But the programming itself, I've learned by trying to understand shaders that already exists for Fusion and modifying them.
Basically, the code runs for each pixel in order, and you can sample the object, textures or the background, chosing the X and Y position of the pixel you'll sample.
ok nice thanks for the tip