X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fscene_scoretext.h;h=d417e45d0a467e8b09865ea4ab0c7ad078aa15d7;hb=b8d9653b23cc9d09608e05f08020fb923b3305ac;hp=37b24fce1748829d5021efda7d7ad2e460c465b0;hpb=edd08a99f72cced7626654b04591d5a54a8b540b;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/scene_scoretext.h b/shaders/scene_scoretext.h index 37b24fc..d417e45 100644 --- a/shaders/scene_scoretext.h +++ b/shaders/scene_scoretext.h @@ -46,8 +46,8 @@ static struct vg_shader _shader_scene_scoretext = { "void main()\n" "{\n" " float w = ((a_norm.w)-0.5)*2.0 + fract(uInfo.z) - 0.0;\n" -" float c = -cos(w*0.2);\n" -" float s = -sin(w*0.2);\n" +" float c = -cos(w*0.6);\n" +" float s = -sin(w*0.6);\n" " float r = 0.2;\n" "\n" " float w1 = clamp( w*4.0 - a_co.y*10.0, -1.0, 1.0 ) * (3.14159265*0.5);\n"