The same PG and the same texture produce different results in different versions

PG:https://playground.babylonjs.com/#XH0PW9#5
The same PG and the same texture produce different results in different versions
We are currently using version 6.49.0, but the results are different when we switch to versions 7.54.2 and 8.55.3. We need to revert to version 6.49.0.



This PR from @kzhsw (thanks @kzhsw!) will fix one problem:

The other problem is that you now have to explicitely set the transparency mode to blend if you want blending for your material:

If you want to browse the PG with both fixes:

2 Likes