All sorts of fun and games
This commit is contained in:
parent
cf3c8d82f1
commit
ce0ef75241
116 changed files with 1849 additions and 109 deletions
|
|
@ -67,5 +67,5 @@ void fragment() {
|
|||
final *= mask_value;
|
||||
|
||||
// Use the alpha value of the color to control the overall fog opacity
|
||||
COLOR = vec4(color.rgb, final * color.a * 0.5);
|
||||
COLOR = vec4(color.rgb, final * color.a * 0.8);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue