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

[Merged by Bors] - Cascaded shadow maps. #7064

Closed
wants to merge 16 commits into from

Commits on Jan 22, 2023

  1. Cascaded shadow maps.

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    
    Implements cascaded shadow maps for directional lights, which produces
    better quality shadows without needing excessively large shadow maps.
    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e1c8f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfc7b47 View commit details
    Browse the repository at this point in the history
  3. clippy, fix compile errors

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ac0f989 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    danchia and superdump committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    a4072b0 View commit details
    Browse the repository at this point in the history
  5. Review comments

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    399bf81 View commit details
    Browse the repository at this point in the history
  6. fix gltf loading

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    ca32b7d View commit details
    Browse the repository at this point in the history
  7. fix doc

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    f8b6621 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9eb14ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f018b8 View commit details
    Browse the repository at this point in the history
  10. update webgl defaults

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e5c3b88 View commit details
    Browse the repository at this point in the history
  11. address small review comments

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0b5c7ce View commit details
    Browse the repository at this point in the history
  12. fix spotlight offset

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0a747a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    74a5f11 View commit details
    Browse the repository at this point in the history
  14. appease clippy

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    e662687 View commit details
    Browse the repository at this point in the history
  15. tweak load_gltf cascades

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    106e07a View commit details
    Browse the repository at this point in the history
  16. fmt

    danchia committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    4ebf9ac View commit details
    Browse the repository at this point in the history