mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add shadow_caster_mask to Light3D.
This commit is contained in:
parent
88f3b5f9d5
commit
a54b71bbdf
15 changed files with 82 additions and 5 deletions
|
|
@ -1084,6 +1084,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