mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #85338 from EMBYRDEV/shadow-caster-mask
Add `shadow_caster_mask` to Light3D.
This commit is contained in:
commit
cfc05c5e0f
15 changed files with 82 additions and 5 deletions
|
|
@ -1121,6 +1121,7 @@ public:
|
|||
struct Cull {
|
||||
struct Shadow {
|
||||
RID light_instance;
|
||||
uint32_t caster_mask;
|
||||
struct Cascade {
|
||||
Frustum frustum;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue