Merge pull request #85338 from EMBYRDEV/shadow-caster-mask

Add `shadow_caster_mask` to Light3D.
This commit is contained in:
Thaddeus Crews 2024-10-24 13:22:59 -05:00
commit cfc05c5e0f
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
15 changed files with 82 additions and 5 deletions

View file

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