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

[BREAKING] Remove StandardMaterial.sheenGlossTint #6841

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Jul 23, 2024

marked breaking, as the behaviour has changed.

sheenGloss value defaults to 0, and when sheenGlossMap is set on the StandardMaterial, sheenGloss also needs to be set to non-zero values for the texture has an effect.

This matches https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/KHR_materials_sheen/README.md extension as well

We'll handle Editor material conversion to avoid the impact for the Editor projects, but engie only users will need to be aware here and adjust the sheenGloss value.

@mvaligursky mvaligursky merged commit b69b776 into main Jul 23, 2024
8 checks passed
@mvaligursky mvaligursky deleted the mv-remove-sheengloss-tint branch July 23, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants