fix color - optimization shadow - color animals

This commit is contained in:
Matteo Sonaglioni
2026-06-29 18:14:59 +02:00
parent d0d052f65b
commit 0d49071724
60 changed files with 547 additions and 199 deletions

View File

@@ -1,5 +1,5 @@
shader_type spatial;
render_mode blend_mix, depth_draw_opaque, cull_disabled;
render_mode blend_mix, depth_draw_opaque, cull_disabled, shadows_disabled;
//Wire color
uniform vec4 albedo_color : source_color = vec4(0.1, 0.1, 0.1, 1.0);