I am trying to understand a shader file.
They file has its own function to generate/produce noise.
They have a function call ‘col.r+=noise(uv.xyy*(12. … continues’.
I understand that ‘uv’ refers a texture with u being right/left and v being up/ down.
it seems that the xyy piece is getting a/ the color, but i can’t fathom what xyy would return.
Is it performing some type of color modification/substitution?
Thanks