pull/111/head
Patricio Gonzalez Vivo 8 years ago
parent 177cbb9f75
commit dbaacce15f

@ -9,7 +9,7 @@ uniform vec2 u_resolution;
uniform vec2 u_mouse;
uniform float u_time;
float rows = 10.0;
float rows = 100.0;
vec2 brickTile(vec2 _st, float _zoom){
_st *= _zoom;
@ -31,7 +31,7 @@ void main(){
st.x *= u_resolution.x/u_resolution.y;
vec2 pos = st;
st = brickTile(st,50.);
st = brickTile(st,500.);
float pattern = texture2D(u_tex0,pos).r;
pattern = circle(st, pattern);

@ -1 +1 @@
Subproject commit 96abfe0a73a28d1ffdb788bc82c737950924ca1b
Subproject commit 4d5e073bf135692178d7cb62b5cc32dac2dae19f

@ -1 +1 @@
Subproject commit d28f7a2c1b1474478965621c897d1788fbebf3ed
Subproject commit 0f43f5bfc21c78a65777cebe36994c5c2bfaef6f
Loading…
Cancel
Save