fix wind direction to follow global settings
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user