mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 01:44:55 +00:00
6 lines
118 B
GLSL
6 lines
118 B
GLSL
vec3 child(vec2 coord) {
|
|
return vec3(g.zx - a * coord + b - c + float(e) * f, t);
|
|
}
|
|
|
|
#pragma glslify: export(child)
|