The following example code represents one possible outcome of this node. float2 unity_gradientNoise_dir(float2 p) { p = p % 289; float x = (34 * p.x + 1) * p.x % 289 ...
Another not-a-game entry! Hooked on exploring shaders from my previous month's post, I decided to continue the trend and look into implementing some basic shader-graph nodes from scratch, entirely in ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results