-
Notifications
You must be signed in to change notification settings - Fork 137
fix(pbr): fix inconsistencies #1526
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
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
094b0cd
chore: better ssgi for pbr
doodlum 7192ae3
chore: improve precision of albedo for pbr
doodlum 0299207
feat: reflection relighting
doodlum 3b1bc95
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] e07e3f3
fix: fix color space
doodlum c8c8478
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum cb5997c
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 90dbdb2
fix: fix pbr color space
doodlum 7d2cb57
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum 472006f
chore: remap reflectance to match vanilla
doodlum 6320d0c
chore: less aggressive
doodlum 6c3115b
fix: too much ssgi
doodlum 795ee00
fix: type mismatch
doodlum fefc33d
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum 9f52809
fix: fix divide by zero
doodlum b786dc3
fix: fix nonsense
doodlum 20bb555
Update package/Shaders/DeferredCompositeCS.hlsl
doodlum 0d71dcc
Update features/Dynamic Cubemaps/Shaders/DynamicCubemaps/DynamicCubem…
doodlum 411b768
Merge branches 'pbr-fixup' and 'pbr-fixup' of https://github.com/dood…
doodlum 9a39d42
chore: consistent terms
doodlum e6ae8ca
fix: fix regression
doodlum bc24c28
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 7ff430c
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum df4f294
chore: update skylighting
doodlum 5069ad7
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] f2fb85f
fix: fix too dark ambient
doodlum e30d44d
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum bd0cb7f
chore: better wetness fresnel
doodlum 670ae12
chore: idk
doodlum 7626d7c
chore: why
doodlum 8dece3c
fix: more reliable ssgi specular
doodlum 9ae00f9
chore: more correct
doodlum 6b71db2
Update features/Dynamic Cubemaps/Shaders/DynamicCubemaps/DynamicCubem…
doodlum a150cf1
Change gamma conversion to true linear for F0
jiayev f1bf6b8
Change albedo parameter type in applySkylighting
jiayev 224e949
fix truncation warnings
jiayev 5319589
fix: fixes
doodlum 7d6a73b
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 9bec2f9
chore: update versions
doodlum 10c79f9
chore: make rabbit happy
doodlum d4bb8cb
Update package/Shaders/DeferredCompositeCS.hlsl
doodlum dc1ac8f
Update package/Shaders/DeferredCompositeCS.hlsl
doodlum 07704c3
Update package/Shaders/DeferredCompositeCS.hlsl
doodlum 2090d73
Update package/Shaders/DeferredCompositeCS.hlsl
doodlum f83d3d4
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum 5caedde
Update package/Shaders/DeferredCompositeCS.hlsl
doodlum d02814b
Update package/Shaders/Common/Color.hlsli
doodlum 2c8124f
fix: clamp specular ao
doodlum 65edc45
fix: fix typo
doodlum 31f4cb8
fix: fix lod blending
doodlum 1093f76
fix: fix albedo brightness
doodlum 0a02e7f
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 2d3c69e
Merge branch 'pbr-fixup' of https://github.com/doodlum/skyrim-communi…
doodlum fc61e74
fix: fix specular ao
doodlum d5370a7
chore: consistent spacing
doodlum d85c719
style: 🎨 apply pre-commit.ci formatting
pre-commit-ci[bot] 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| [Info] | ||
| Version = 2-2-0 | ||
| Version = 2-2-1 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| [Info] | ||
| Version = 1-2-0 | ||
| Version = 1-2-1 |
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.