Is there a good way to handle transparent textures without having to draw them back to front?
If not what is the best way of determining in what order to draw? My camera is spinning around and moving around on all axises so it’ll be a mess of a function to figure that out, especially when the quads containing the textures intersect with each other.
Thanks in advance!