Where to do transformation on rendering pipeline

Hi Eric!

Thanks for always answering with a great solution !

This has never been crossed my mind, been using static switch and static bool node, resulting in massive recompile of the shader whenever I toggle the effect back and forth, using this, changing between effects are instant

Perfect solution for my problem, no need to dig deeper, thanks again!