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

Add support for glTF KHR_materials_anisotropy extension #11976

Closed
jjhembd opened this issue May 10, 2024 · 0 comments · Fixed by #11988
Closed

Add support for glTF KHR_materials_anisotropy extension #11976

jjhembd opened this issue May 10, 2024 · 0 comments · Fixed by #11988

Comments

@jjhembd
Copy link
Contributor

jjhembd commented May 10, 2024

Feature

The KHR_materials_anisotropy extension extends the metallic-roughness PBR model to account for anisotropic reflectivity. A surface with anisotropic reflectivity (such as a brushed metal) will reflect differently at different orientation angles in the plane of the surface (even for the same incident and reflected angles with the normal).

CesiumJS currently does not recognize these parameters in a glTF. Here is how the anisotropy test model is currently rendered. Note the lack of variation within columns:
image

Compare to the result from the reference implementation with the extension enabled:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant