You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to work for me, it's an image with a color key (set to black), and when decoding to RGBA, it sets the alpha channel to 0 for those pixels in my case.
Which color format do you decode the image to, and do other images with alpha work, only this one giving issues?
PNGs with 1 bit alpha are not properly loaded. They are considered RGB image and not alpha is provided.
Take for example this image : https://playground.babylonjs.com/textures/pack1.png
The text was updated successfully, but these errors were encountered: