mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 14:36:44 +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)
|