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, I am trying to implement KHR_materials_iridescence in my library.
The current formula for OPD in the latest main branch (https://github.com/KhronosGroup/glTF/tree/2a9996a2ea66ab712590eaf62f39f1115996f5a3/extensions/2.0/Khronos/KHR_materials_iridescence) is as follows
OPD = 2.0 * iridescenceIor * iridescenceThickness * cosTheta1;
However, looking at the original paper, this cosTheta1 should be cosTheta2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am trying to implement KHR_materials_iridescence in my library.
The current formula for OPD in the latest main branch (https://github.com/KhronosGroup/glTF/tree/2a9996a2ea66ab712590eaf62f39f1115996f5a3/extensions/2.0/Khronos/KHR_materials_iridescence) is as follows
However, looking at the original paper, this cosTheta1 should be cosTheta2.
The text was updated successfully, but these errors were encountered: