Hey all I'm trying to make a 3d game in with 2d sprite characters. I'm loading my sprites as plane models from blender with textures already applied.
I'm currently alphablending the sprites but it appears the meshes are only taking the background color and not the color of the sprites behind it. The picture below shows that I'm talking about.
https://www.dropbox.com/s/matk2urmnwtklrs/errors2.jpg
Is there anyway to properly alpha blend my images so that they appear correctly transparent? I'm currently looking up how to do alpha testing instead of alpha blending as I think that may help solve this issue as well; however, I need help on how to do this in code