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,7 +1,6 @@
shader_type spatial;
render_mode unshaded, depth_test_disabled, cull_disabled;
/*
uniform sampler2D depth_texture : hint_depth_texture, repeat_disable, filter_nearest;
uniform sampler2D noise_texture : repeat_enable, filter_linear;
@@ -72,4 +71,3 @@ void fragment() {
}
}
}
*/