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

Improve normal strength factor and blending #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mgreter
Copy link

@mgreter mgreter commented Apr 28, 2023

Thx for these shaders, they look very nice!
But I saw some issues with the normals.
This PR should improve that a little :)

mgreter added 5 commits April 28, 2023 06:22
Neutral normal values are 0.5,0.5,1, so can't just
multiply it by factor. Instead lerp to neutral.
By copying the original unity macro for `UnpackNormal`
we can optimize the math a little further and have
better results. We only want to lerp the xy component
of the vector and then calculate the remaining z part.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant