1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Add proper quality settings to soft shadows

This commit is contained in:
clayjohn
2020-04-10 02:30:36 -07:00
parent 6a730ffeab
commit 621f6f09a8
17 changed files with 338 additions and 145 deletions

View File

@@ -554,7 +554,8 @@ public:
BIND8(camera_effects_set_dof_blur, RID, bool, float, float, bool, float, float, float)
BIND3(camera_effects_set_custom_exposure, RID, bool, float)
BIND1(shadow_filter_set, ShadowFilter)
BIND1(shadows_quality_set, ShadowQuality);
BIND1(directional_shadow_quality_set, ShadowQuality);
/* SCENARIO API */