first commit
This commit is contained in:
4
shader/Random.glsl
Normal file
4
shader/Random.glsl
Normal file
@@ -0,0 +1,4 @@
|
||||
vec3 random(vec2 uv) // from Godot 3.2
|
||||
{
|
||||
return vec3(fract(sin(dot(uv,vec2(12.9898,78.233)))*43758.5453123));
|
||||
}
|
Reference in New Issue
Block a user