Implement shadowmasks for LightmapGI

Co-authored-by: dearthdev <nathandearthdev@gmail.com>
This commit is contained in:
BlueCube3310
2023-11-30 17:14:45 +01:00
parent a40fc2354a
commit 189c8eb671
27 changed files with 1098 additions and 451 deletions

View File

@ -489,6 +489,10 @@ public:
FUNC1RC(PackedInt32Array, lightmap_get_probe_capture_bsp_tree, RID)
FUNC1(lightmap_set_probe_capture_update_speed, float)
FUNC2(lightmap_set_shadowmask_textures, RID, RID)
FUNC1R(ShadowmaskMode, lightmap_get_shadowmask_mode, RID)
FUNC2(lightmap_set_shadowmask_mode, RID, ShadowmaskMode)
/* Shadow Atlas */
FUNC0R(RID, shadow_atlas_create)
FUNC3(shadow_atlas_set_size, RID, int, bool)