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

Tweak default SDFGI settings for better quality #39965

Merged
merged 1 commit into from
Feb 10, 2022

Commits on Feb 6, 2022

  1. Tweak default SDFGI settings for better quality

    - Enable Read Sky Light to get proper outdoors lighting out of the box.
    - Set bounce feedback to 0.5 by default to get a better quality result.
      - Higher values may cause infinite feedback with bright surfaces.
    - Increase the number of frames to converge to improve quality
      at the cost of latency. Most scenes are fairly static after all.
    - Use 75% Y scale by default as most scenes are not highly vertical.
    
    - Reorder the Y scale enum to go from the lowest Y scale to the highest.
      Also rename the "Disabled" setting to "100%" for clarity.
    Calinou committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7721e19 View commit details
    Browse the repository at this point in the history