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

Shadow volume culling and tighter shadow caster culling #84745

Merged
merged 1 commit into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. Shadow volume culling and tighter shadow caster culling

    Existing shadow caster culling takes no account of the camera.
    This PR adds the highly encapsulated class RenderingLightCuller which can cut down the casters in the shadow volume to only those which can cast shadows on the camera frustum.
    lawnjelly committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4577dfd View commit details
    Browse the repository at this point in the history