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

Smoothness has some sort of issue #1

Open
AmitloafTotes opened this issue Jul 21, 2019 · 1 comment
Open

Smoothness has some sort of issue #1

AmitloafTotes opened this issue Jul 21, 2019 · 1 comment

Comments

@AmitloafTotes
Copy link

This is the original lit shader with smooth remap between 0 and 1.
image
This is the shadergraph version
image

Those weird specular-like wet spots disappear when I lower the smoothness remap to about 0.9 so it seems like it is a smoothness issue

@FleshMobProductions
Copy link

This might be due to the shader not having a _Smoothness base value. The default smoothness value is usually 0.5, this smoothness parameter should likely be multiplied with the alpha channel of the mask map, and only then be remapped. To check this you can change smooth remap min to 0 and smooth remap max to 0.5 and it should look like the original lit shader with default values.

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

No branches or pull requests

2 participants