mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-12-14 01:44:55 +00:00
6 lines
85 B
GLSL
6 lines
85 B
GLSL
float mappedChild() {
|
|
return map(vec3(0));
|
|
}
|
|
|
|
#pragma glslify: export(mappedChild)
|