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

Address PCSS softness #5483

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

Address PCSS softness #5483

wants to merge 3 commits into from

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    6d01733 View commit details
    Browse the repository at this point in the history
  2. Fix average blocker normalization factor for directional lights

    Directional lights can't really normalize the depth difference range because they have no position, so effectively this range becomes gigantic with regards to the distance between the light source and blocker. To fix this, we simply use a defined value to define the normalization value for directional lights, and saturate to avoid oversampling the shadow area.
    GSterbrant committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    776391a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    03c785a View commit details
    Browse the repository at this point in the history