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
I'm running into an issue where sprites with semi-transparent areas need to be sorted back-to-front per-frame before render, for example clouds. Otherwise, you get issues like this image, where the cloud should be fading to 0 opacity, revealing the cloud behind it, but instead the overlapping area becomes fully white.
The text was updated successfully, but these errors were encountered:
I'm running into an issue where sprites with semi-transparent areas need to be sorted back-to-front per-frame before render, for example clouds. Otherwise, you get issues like this image, where the cloud should be fading to 0 opacity, revealing the cloud behind it, but instead the overlapping area becomes fully white.
Sorry for late reply, I completely missed this. I think I'm going to work on some improvements for the library in the coming weeks and sorting is definitely one of the things on my radar.
Just to be sure, could you make a super simple reproduction (just a scene with a couple of cloud sprites like above) so that I can test the library as I work on it?
I'm running into an issue where sprites with semi-transparent areas need to be sorted back-to-front per-frame before render, for example clouds. Otherwise, you get issues like this image, where the cloud should be fading to 0 opacity, revealing the cloud behind it, but instead the overlapping area becomes fully white.
The text was updated successfully, but these errors were encountered: