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

Scale normal bias by texel size #26

Merged

Commits on Jul 10, 2021

  1. Configuration menu
    Copy the full SHA
    15cdcd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7ac34d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb99286 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    f97942e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53baab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7315cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7df1bab View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. examples: Add shadow_biases_pipelined example

    This is useful for stress testing biases.
    superdump committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    0779593 View commit details
    Browse the repository at this point in the history
  2. bevy_pbr2: Scale the point light normal bias by the shadow map texel …

    …size
    
    This allows the normal bias to be small close to the light source where the
    shadow map texel to screen texel ratio is high, but is appropriately large
    further away from the light source where the shadow map texel can easily cover
    multiple screen texels.
    superdump committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    45f2d49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70910af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c78ea04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0199071 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cbbbcf View commit details
    Browse the repository at this point in the history
  7. bevy_pbr2: Directional lights should have no shadows outside their pr…

    …ojection
    
    Before this change, sampling a fragment position from outside the ndc volume
    would result in the return sample being clamped to the edge in x,y or possibly
    always casting a shadow for fragment positions past the orthographic
    projection's far plane.
    superdump committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    de3ead4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86fb4d2 View commit details
    Browse the repository at this point in the history
  9. Revert "bevy_pbr2: Do manual shadow map depth comparisons for more fl…

    …exibility"
    
    This reverts commit 7df1bab.
    superdump committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    de5ca1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d12b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

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

Commits on Jul 17, 2021

  1. Revert "bevy_pbr2: Do not use bilinear filtering for sampling depth t…

    …extures"
    
    This reverts commit f53baab.
    superdump committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    b934f7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a7e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17e96ed View commit details
    Browse the repository at this point in the history