Reduce intensity of glowing objects like giftboxes
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14702 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -9,8 +9,9 @@ void main()
|
||||
float alpha = col.a;
|
||||
|
||||
if (alpha < 0.04) discard;
|
||||
|
||||
|
||||
col *= vec4(vec3(4.0), 1.5);
|
||||
|
||||
col.a *= 0.6;
|
||||
|
||||
gl_FragColor = col;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user