fix shadow issue with lights in mix mode, i think fixes #1611
This commit is contained in:
parent
9fa1698c74
commit
5d99e15e43
@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
name="Using Lights As Mask"
|
name="Using Lights As Mask"
|
||||||
main_scene="res://lightmask.scn"
|
main_scene="res://lightmask.scn"
|
||||||
|
|
||||||
|
[rasterizer]
|
||||||
|
|
||||||
|
shadow_filter=3
|
||||||
|
@ -369,7 +369,7 @@ LIGHT_SHADER_CODE
|
|||||||
#if defined(USE_LIGHT_SHADOW_COLOR)
|
#if defined(USE_LIGHT_SHADOW_COLOR)
|
||||||
color=mix(shadow_color,color,shadow_attenuation);
|
color=mix(shadow_color,color,shadow_attenuation);
|
||||||
#else
|
#else
|
||||||
color.rgb*=shadow_attenuation;
|
color*=shadow_attenuation;
|
||||||
#endif
|
#endif
|
||||||
//use shadows
|
//use shadows
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user