Easy Morph with GLSL - Touchdesigner Tutorial

Описание к видео Easy Morph with GLSL - Touchdesigner Tutorial

A beginner-friendly TouchDesigner tutorial on morphing with GLSL! I hope you find it helpful. (resources below)
_-__

Grab your favorite Pokèmon here:
https://drive.google.com/drive/folder...
_-__

!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));
vec4 sy = ((tr_from_color + tr_to_color + br_from_color + br_to_color) -
(tl_from_color + tl_to_color + tr_from_color + tr_to_color));
_-__
Follow me on Instagram ツ
  / _tribeholz  

Grab the TD-File here:
https://drive.google.com/file/d/11mqM...
_-__

Very much inspired by "jeffers" Transition Component. Thanx a bunch dude! (https://forum.derivative.ca/t/transit...)

Enjoy & have a nice one! ❤
_-__

TIMESTAMPS

0:00 - Intro
0:17 - Project Overview
0:54 - System Set Up
1:52 - Basics: Shader Concept
2:19 - Basics: GLSL TOP
2:35 - Basics: Comments
3:15 - Basics: Debug and Display
3:53 - Basics: Variables
4:58 - Basics: Vectors and Colors
5:45 - Basics: Functions
7:02 - Basics: UV Coordinates
7:25 - GLSL Morph Function
15:18 - Further Ideas
15:32 - Outro

Комментарии

Информация по комментариям в разработке