-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Physically Based Screen Space Reflections #22379
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
Open
aevyrie
wants to merge
44
commits into
bevyengine:main
Choose a base branch
from
aevyrie:pbr-ssr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+808
−154
Open
Changes from 16 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
8670786
fix specular?
aevyrie bfb6384
Attempt to fix specular dimming and roughness on smooth materials
aevyrie c4a4fb1
Attempted pbr ssr following h3r3tic's example
aevyrie 49768ab
Bump roughness cutoff now that rough materials are supported
aevyrie 547b46f
Clean up comments
aevyrie e304987
Use STBN for SSR ray jitter
aevyrie a62b883
Merge branch 'specular-fix' into pbr-ssr
aevyrie 3a9a55f
Fix crawling in fallback noise
aevyrie 1319c47
Revert "Attempt to fix specular dimming and roughness on smooth mater…
aevyrie ac937a3
Revert "fix specular?"
aevyrie e28fa6e
Remove unwrap
aevyrie ce59be1
Update SSR docs
aevyrie b6a7643
Fix issue with pbr skipping both diffuse and specular for ssr'd mater…
aevyrie 16f7a1e
Update related examples
aevyrie 3ad15ac
Improve SSR roughness handling with fading ranges
aevyrie c62f290
Add edge fadeout configuration for SSR
aevyrie b358fa8
Merge remote-tracking branch 'origin/main' into pbr-ssr
aevyrie 89ff31a
Review feedback
aevyrie 4787f3f
Merge branch 'main' into pbr-ssr
aevyrie f104b5a
Merge branch 'main' into pbr-ssr
aevyrie f575205
Merge branch 'main' into pbr-ssr
aevyrie 249d48b
Merge branch 'main' into pbr-ssr
aevyrie 60637d3
Merge branch 'main' into pbr-ssr
aevyrie ddcd363
Merge branch 'main' into pbr-ssr
aevyrie 0277fb2
Blue noise binding fixes
aevyrie 4b9fcba
Blue noise binding fixes
aevyrie 810a16f
Oops
aevyrie bab05fd
Oops
aevyrie 33a96f5
Fix and document small bug in envmap sampling
aevyrie 157f0a4
Update defaults to better match other engines and test in scenes.
aevyrie 19110d6
Early exit SSR for too smooth materials
aevyrie ed5e6d3
Remove ssao from atmosphere example
aevyrie db68d34
Review feedback
aevyrie 025577f
Merge branch 'main' into pbr-ssr
aevyrie 9e574ef
Merge remote-tracking branch 'origin/main' into pbr-ssr
aevyrie 28f1949
Replace help text with interactive UI for managing SSR and app settings
aevyrie 7593eae
add early exit for zero fade and adjust indirect light calculations
aevyrie c7137cf
Make skybox match envmap light
aevyrie e995a9a
Merge remote-tracking branch 'origin/main' into pbr-ssr
aevyrie 7b14d72
Preserve fragment alpha in ssr
aevyrie b994af0
Fix pipeline key issues with ssr and atmosphere
aevyrie 13a61dc
Fix edge fadeout effect on envmap
aevyrie 32cb87e
Add different bases for debugging SSR output
aevyrie 9966739
Lints
aevyrie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.