All sorts of fun and games

This commit is contained in:
Dan 2024-06-03 17:34:11 +01:00
parent cf3c8d82f1
commit ce0ef75241
116 changed files with 1849 additions and 109 deletions

View file

@ -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);
}