Hello,
I would like to use a black/white image as opacityTexture
. The function .getAlphaFromRGB = true
does not lead to the result. Any ideas? =)
Hello,
I would like to use a black/white image as opacityTexture
. The function .getAlphaFromRGB = true
does not lead to the result. Any ideas? =)
we need a repro to help as always (What you said should work by the way, at least with stdMaterial)
Sorry for the late reply.
https://playground.babylonjs.com/#3KQPR0
Doesn’t seem to work with PBRMetallicRoughnessMaterial
. Switched to PBRMaterial following the docs here
Thank you very much. I will switch to PBRMaterial.