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
Clarify use of D_GGX and F_Schlick
The text was updated successfully, but these errors were encountered:
Our current BRDF model:
But we have duplicates and here are my improvement suggestions:
Specular isotropic layer:
F: Currently using HdotV (is that implementation from MaterialX?). It is the same as F_Schlick. => Use improved F_Schlick from filament instead
D: Currently using MicrofacetDistribution function GGX, Trowbridge-Reitz. It is the same as D_GGX (used by clearcoat). => Use D_GGX
GGX, Trowbridge-Reitz
Specular anisotropic layer: implement
Iridescence: find out model
Sorry, something went wrong.
No branches or pull requests
Clarify use of D_GGX and F_Schlick
The text was updated successfully, but these errors were encountered: