Easy Morph Effect with GLSL – Touchdesigner Tutorial
A beginner-friendly TouchDesigner tutorial on morphing with GLSL! I hope you find it helpful. _-__ Grab the Pokémon sprites here: https://drive.google.com/drive/folders/1Dm70fZhirfj0saNbfiRyXCg651V1F1-L?usp=sharing _-__ Quick maths code snippet: (for those who made it this far – I am impressed!) vec4 sx = ((tl_from_color + tl_to_color + bl_from_color + bl_to_color) – (tr_from_color + tr_to_color + br_from_color + br_to_color)); […]