6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
float mappedChild() {
|
||
|
return map(vec3(0));
|
||
|
}
|
||
|
|
||
|
#pragma glslify: export(mappedChild)
|