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

MaterialLoader: Remove transparent based on alphaMap #18706

Merged
merged 1 commit into from
Feb 22, 2020

Conversation

meliharvey
Copy link
Contributor

@meliharvey meliharvey commented Feb 22, 2020

MaterialLoader was setting transparent to true if there was an alphaMap present. This meant that material JSONs with "transparent": false were being converted to true upon loading.

Fixes #18705

@mrdoob mrdoob changed the title remove transparent based on alphaMap #18705 MaterialLoader: Remove transparent based on alphaMap Feb 22, 2020
@mrdoob mrdoob added this to the r114 milestone Feb 22, 2020
@mrdoob mrdoob merged commit 7f8c60d into mrdoob:dev Feb 22, 2020
@mrdoob
Copy link
Owner

mrdoob commented Feb 22, 2020

Thanks!

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

Successfully merging this pull request may close these issues.

MaterialLoader changes transparent to true when alphaMap present
3 participants