Disable shadow casting on individual lights #23

Open
opened 2024-08-09 22:57:42 -04:00 by SeanOMik · 0 comments
Owner

This could be done by adding a flag on the ShadowCasterSettings struct that disables shadow casting. Maybe also a flag component named something like DisableShadowCasting, not sure to be honest. I'd have to then remove the uniform on the gpu and make sure the GPU will stop rendering shadows for the light.

This could be done by adding a flag on the `ShadowCasterSettings` struct that disables shadow casting. Maybe also a flag component named something like `DisableShadowCasting`, not sure to be honest. I'd have to then remove the uniform on the gpu and make sure the GPU will stop rendering shadows for the light.
SeanOMik added the
Kind/Enhancement
Priority
Medium
labels 2024-08-09 22:57:42 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SeanOMik/lyra-engine#23
No description provided.