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

Default color causing issue when missing opacity texture #2108

Open
lfl-eholthouser opened this issue Nov 8, 2024 · 1 comment
Open

Default color causing issue when missing opacity texture #2108

lfl-eholthouser opened this issue Nov 8, 2024 · 1 comment

Comments

@lfl-eholthouser
Copy link
Contributor

When a texture cannot be found the result for that input is the default value which is currently 0. This causes issues for Standard Surface materials when the opacity texture map is missing. The (0, 0, 0) opacity value causes the material to become transparent. This is seen both when viewing the material in the Viewer and baking out the textures.

@kwokcb
Copy link
Contributor

kwokcb commented Nov 13, 2024

I think when the work to add support for default value was added there was some discussion about providing different defaults depending on where it was mapped to. So opacity should be 1,1,1, normalmap should be .5,.5,1 etc.

It's been a while so forget the details. Think it may be in a Slack thread or the PR / issue for this work.

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

No branches or pull requests

2 participants