Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: shadow cache #96

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

feature: shadow cache #96

wants to merge 3 commits into from

Conversation

pollend
Copy link
Collaborator

@pollend pollend commented Nov 8, 2023

this is a rough implementation of a shadow cache. shadows will be stored in a single large texture and bound once to the pipeline. the plan is to also pull in part of the forward+ to run the point-lights in a single pass. rendering spheres tends to produce lots and lots of overdraw.

this is generally accepted as the more optimal solution.
https://wickedengine.net/2018/01/10/optimizing-tile-based-light-culling/

Signed-off-by: Michael Pollind <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant