GLSL Transitions

Sharing this really simple component for A->B GLSL transitions I ported from GL-Transitions. Takes two tops (FROM, TO) and spits out the transition TOP. Currently there’s just the transition type menu and a 0-1 progress slider (personally, I’m driving that using hand-keyed animation curves). If you dig into the component, you’ll find a few more variables to play with for most of the GLSL TOP’s (at some point I’ll expose these in the component itself).

Find it here: (glsl_transitions.tox) github.com/robertobrambila/TouchDesigner

I hope to keep building out the number of transition types so please feel free to contribute if you can (even if it’s just to point me in the direction of some cool transitions to look into)!
craftandhustle_td_glsltransitions.gif

1 Like

Love it! Thanks!

This is great!!!