Increase the strenght of the lens dust
This commit is contained in:
parent
1ca6339589
commit
9087d0f837
@ -16,6 +16,7 @@ void main()
|
|||||||
/* Lens dust effect ---- */
|
/* Lens dust effect ---- */
|
||||||
vec4 col2 = texture(tex_128, uv);
|
vec4 col2 = texture(tex_128, uv);
|
||||||
col2 += col2;
|
col2 += col2;
|
||||||
|
col2 += col2;
|
||||||
//float dustMask = max(col2.r,max(col2.g,col2.b));
|
//float dustMask = max(col2.r,max(col2.g,col2.b));
|
||||||
col += texture(tex_dust, uv) * col2;
|
col += texture(tex_dust, uv) * col2;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user