how to properly implement alpha blending in a complex 3d scene
- by Gajet
I know this question might sound a bit easy to answer but It's driving me crazy. There are too many possible situations that a good alpha blending mechanism should handle, and for each Algorithm I can think of there is something missing.
these are the methods I've though about so far:
first of I though about object sorting by depth, this one…