-
Notifications
You must be signed in to change notification settings - Fork 138
feat: vanilla fresnel #2332
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
jiayev
wants to merge
51
commits into
community-shaders:dev
Choose a base branch
from
jiayev:vanilla-fresnel-2
base: dev
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.
Open
feat: vanilla fresnel #2332
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
b18dde9
squash merge
jiayev c4c6209
fix flickering
jiayev b6e34f7
fix complex material
jiayev 1314998
add dynamic cubemaps for nondeferred
jiayev ee9a677
fix complex material
jiayev 0371899
fix define
jiayev 29ca178
fix vanilla/cm reflectance
jiayev 10d9f00
fix vanilla/cm env, add dynamic cubemap for envmask shader
jiayev 99a8d92
fix eye color
jiayev e47a146
remove basecolor lerp
jiayev 38e3e0d
vanilla fresnel as feature
jiayev bc44835
add ini
jiayev 5d62784
add more control
jiayev de91dc8
fix cubemap conversion
jiayev 1064e24
more on cm
jiayev 228ae08
fix error
jiayev 23523dc
fix error
jiayev 3037ff3
some tweaks
jiayev 1e4180f
add spec lod fade
jiayev bcd3424
tweak f0 for cm
jiayev 9b6b62f
indirect energy conserve for vanilla fresnel
jiayev 23d9e74
fix grass
jiayev 2a90172
Merge branch 'dev' into vanilla-fresnel-2
jiayev 011b912
Merge branch 'dev' into vanilla-fresnel-2
jiayev ffa802e
fix vf
jiayev dee665a
Merge branch 'dev' into vanilla-fresnel-2
jiayev a1b6a14
Merge branch 'dev' into vanilla-fresnel-2
jiayev de4e90c
feat(VanillaFresnel): add eye special handling and specular roughness…
jiayev d8dbbcd
Merge branch 'community-shaders:dev' into vanilla-fresnel-2
jiayev 17bab5c
Reorder feature settings in FeatureBuffer.cpp
jiayev 224858d
Update F0 calculation to use SkyrimGammaToLinear
jiayev e7bfd47
move to core
jiayev 52a232a
Merge branch 'dev' into vanilla-fresnel-2
jiayev 795d2ee
Merge branch 'dev' into vanilla-fresnel-2
jiayev 7ae589d
Merge branch 'dev' into vanilla-fresnel-2
jiayev 3e606ee
fix(VanillaFresnel): remove deprecated GetFeatureModLink method
jiayev 247cbc3
affect base color for cubemap conversion
jiayev d1cdc0c
Merge branch 'dev' into vanilla-fresnel-2
jiayev 4281f7a
fix wrong applying to other stuff
jiayev c26cc63
Merge branch 'dev' into vanilla-fresnel-2
jiayev 021b341
Merge branch 'dev' into vanilla-fresnel-2
jiayev 498fa7d
forbid cubemap conversion when not ggx
jiayev c896cb6
Merge branch 'dev' into vanilla-fresnel-2
jiayev 83a1063
feat: add IsEye flag and update eye material handling in VanillaFresnel
jiayev 2db170c
Merge branch 'dev' into vanilla-fresnel-2
jiayev cdcbb2f
Merge branch 'dev' into vanilla-fresnel-2
jiayev fdc0e34
chore: update GrassLighting.ini version to 2-1-0
jiayev 87351d0
Merge branch 'dev' into vanilla-fresnel-2
jiayev cd7cff7
Merge branch 'dev' into vanilla-fresnel-2
jiayev b453fba
Merge branch 'dev' into vanilla-fresnel-2
davo0411 506488a
Merge branch 'dev' into vanilla-fresnel-2
jiayev 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| [Info] | ||
| Version = 2-0-3 | ||
| Version = 2-1-0 |
21 changes: 19 additions & 2 deletions
21
features/Grass Lighting/Shaders/GrassLighting/GrassLighting.hlsli
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
Empty file.
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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| [Info] | ||
| Version = 1-0-0 |
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
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.
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.