-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add SSAO resolution scale #1424
base: main
Are you sure you want to change the base?
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1424 +/- ##
==========================================
- Coverage 53.42% 53.40% -0.03%
==========================================
Files 462 462
Lines 25854 25865 +11
Branches 2391 2392 +1
==========================================
Hits 13813 13813
- Misses 12041 12052 +11 ☔ View full report in Codecov by Sentry. |
@RiscadoA will only be able to review this PR in 3 days. |
@GalaxyCrush will only be able to review this PR in 3 days. |
@kuukitenshi will only be able to review this PR in 3 days. |
@RiscadoA will only be able to review this PR in 5 days. |
@GalaxyCrush will only be able to review this PR in 5 days. |
@kuukitenshi will only be able to review this PR in 3 days. |
Description
Adds a resolution scale value to the SSAO component to adjust the SSAO texture size. The default value of 0.5 provides a good quality with much better performance than full resolution (1.0).
Checklist