Hi everyone,
I’ve recently upgraded my project from BabylonJS 7.37.0 to 7.50.0 and I’m running into an issue with alpha blending that has me puzzled. Sorry if I’m missing something obvious here!
I’m using the exact same car model with identical PBRMaterial settings in both versions, but the rendering results are quite different. In the older version (7.37.0), everything looked great, but after upgrading to 7.50.0, I’m getting these strange dark bands/artifacts across the car body.
I’ve attached two screenshots to show what I mean:
-
First image: The car rendering correctly in v7.37.0
-
Second image: The same car with problematic rendering in v7.50.0
I’ve found that setting the transparency mode to “opaque” in the newer version fixes the issue, but I actually need alpha blending for my project.
Has something changed in how alpha blending works between these versions? Are there any new parameters I need to adjust or best practices I should follow in v7.50.0?
Thanks in advance for any help or suggestions! I really appreciate your time.