Update grid-making.frag

pull/304/head
Joe Bowbeer 4 years ago committed by GitHub
parent f2d2adb085
commit 04bf37329e
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 arround 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