X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=shaders%2Fvblend.h;h=5738ef11c135e48f4cb385dedc450e18690d36bf;hb=1c97cb161f885ad24d3356d92c8f4fd0e252bc61;hp=3f5bfdc14ed136eb21c6856f253926a1af0e797f;hpb=6d66c67945f84476d6ac75a0497007cc30bcf58c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/shaders/vblend.h b/shaders/vblend.h index 3f5bfdc..5738ef1 100644 --- a/shaders/vblend.h +++ b/shaders/vblend.h @@ -158,7 +158,7 @@ static struct vg_shader _shader_vblend = { " vec3 vfrag = vec3(0.5,0.5,0.5);\n" "\n" " // ws modulation\n" -" vec4 wgarbage = texture( uTexGarbage, aCo.xz * 0.160 );\n" +" vec4 wgarbage = vec4(0.5,0.5,0.5,1.0);//texture( uTexGarbage, aCo.xz * 0.160 );\n" " \n" " // Creating normal patches\n" " vec3 modnorm = (wgarbage.rgb-0.4) * 1.4;\n"