fix wind direction to follow global settings

This commit is contained in:
2026-04-21 08:49:59 +02:00
parent 24ac9dccb3
commit 7a1ac3b698
3 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
shader_type spatial;
render_mode unshaded, depth_test_disabled, cull_disabled;
/*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;
@@ -71,3 +71,4 @@ void fragment() {
}
}
}
*/