We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! The spec describes a default value of 0.8 for the weight of the sheen BRDF: https://autodesk.github.io/standard-surface/#closures/sheen
However, in the implementations, the value is actually set to 0.0:
standard-surface/reference/standard_surface.mtlx
Line 51 in b34e081
standard-surface/reference/standard_surface.osl
Line 177 in b34e081
Is this because the layer is optional and the input serves as both weight and toggle?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! The spec describes a default value of 0.8 for the weight of the sheen BRDF:
https://autodesk.github.io/standard-surface/#closures/sheen
However, in the implementations, the value is actually set to 0.0:
standard-surface/reference/standard_surface.mtlx
Line 51 in b34e081
standard-surface/reference/standard_surface.osl
Line 177 in b34e081
Is this because the layer is optional and the input serves as both weight and toggle?
The text was updated successfully, but these errors were encountered: