Merge pull request #304 from joebowbeer/patch-4

Update grid-making.frag
pull/308/head
Patricio Gonzalez Vivo 4 years ago committed by GitHub
commit 52b6bda0c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ void main() {
st *= 3.0; // Scale up the space by 3
st = fract(st); // Wrap around 1.0
// Now we have 3 spaces that goes from 0-1
// Now we have 9 spaces that go from 0-1
color = vec3(st,0.0);
//color = vec3(circle(st,0.5));

Loading…
Cancel
Save