Skip to content

Commit

Permalink
Merge branch 'master' of github.com:godrin/TowerDefense
Browse files Browse the repository at this point in the history
  • Loading branch information
undermink committed Sep 28, 2012
2 parents c0a2501 + b83d620 commit 02bf6c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defend-android/assets/data/shaders/round_explosion.vert
Expand Up @@ -12,8 +12,8 @@ void main()
{
v_Color=a_mycolor;
v_Color.a*=u_opacity;
v_Color.g=sin(u_time*10);
v_Color.b=sin(u_time*10);
v_Color.g=sin(u_time*10.0f);
v_Color.b=sin(u_time*10.0f);
vec4 a_position=u_position;
float d=a_distance*u_time/1.0f; //(1.0f+sin(u_time+a_distance+a_angle)*0.1f)*a_distance;
vec4 delta=vec4(sin(a_angle),cos(a_angle),0,0)*d*u_size;
Expand Down

0 comments on commit 02bf6c7

Please sign in to comment.