Add shadow_caster_mask to Light3D.

This commit is contained in:
Hannah Crawford 2024-08-12 00:17:11 +01:00
parent 88f3b5f9d5
commit a54b71bbdf
15 changed files with 82 additions and 5 deletions

View file

@ -1084,6 +1084,7 @@ public:
struct Cull {
struct Shadow {
RID light_instance;
uint32_t caster_mask;
struct Cascade {
Frustum frustum;