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_specular extension #11938

Open
jjhembd opened this issue Apr 16, 2024 · 0 comments · May be fixed by #11970
Open

Add support for glTF KHR_materials_specular extension #11938

jjhembd opened this issue Apr 16, 2024 · 0 comments · May be fixed by #11970

Comments

@jjhembd
Copy link
Contributor

jjhembd commented Apr 16, 2024

Feature

The KHR_materials_specular extension adds parameters to the metallic-roughness PBR model, allowing users to configure the strength and color of the specular reflection in the dielectric BRDF.

CesiumJS does not recognize these parameters in a glTF. Here is how the sample model is currently rendered. Note how all the spheres appear the same.
image

Compare to the result from the reference implementation with the extension enabled:
screenshot-large

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