Transparency mode on StandardMaterials

Hi guys.

I am dynamically setting up the transparency mode on materials. For PBRMaterials everything is working fine, but for StandardMaterials there is no transparencyMode property. I am using BabylonJS v4.1.0

PBRMaterial
image

StandardMaterial
image

Docs say that it should exist on StandardMaterial in 4.1.

I guess it has been added right after 4.1 could you try 4.2 preview ?

1 Like

I tested in the playground and it seems to be the case. Can I use that version for production project? Should I expect some issues if I switch? And if it is not stable, is there a workaround for setting transparency mode on StandardMaterial?

There is no workaround but usually our preview versions are pretty stable and should not be a problem for production.

1 Like

Okay. Thank you very much @sebevan