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
StandardMaterial
Docs say that it should exist on StandardMaterial in 4.1.
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?