add fog and effects

This commit is contained in:
2026-03-24 20:23:47 +01:00
parent 36d6f29fd3
commit 5af1ba0ba8
6 changed files with 64 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
shader_type spatial;
render_mode unshaded, depth_draw_never, cull_disabled, blend_mix;
/*
group_uniforms TextureCheck;
uniform sampler2D fog_noise : repeat_enable, filter_linear_mipmap;
uniform bool use_red_as_alpha = true;
@@ -37,4 +37,4 @@ void fragment() {
ALBEDO = mix(tinted_fog, dark_fog, night_intensity);
ALPHA = fog_color.a * noise_alpha * edge_mask;
}*/
}