Hello everyone. I have a model. When I open Sheen, I export the model and import it into the sandbox again, but I find that the material flashes.
After importing again:
Please help me see what the reason is.
Hello everyone. I have a model. When I open Sheen, I export the model and import it into the sandbox again, but I find that the material flashes.
After importing again:
Please help me see what the reason is.
Its maybe a compression thing with the texture you are using?
No, only PNG type
The (Babylon) default configuration of sheen in PBR is not supported by glTF:
“Use roughness” is not checked, which means sheen will be applied without the roughness calculation. In glTF, roughness is always applied (when the sheen extension is used), which means that “Use Roughness” will be checked during import.
If you want parity between what you save and what you load into glTF, you need to check “Use roughness” before saving. In your case, checking “Use roughness” and setting the roughness to 1 is probably what you want.
Indeed