I donβt know if there is a name for the general order that you mention, but I would suggest that the transparent queue is ordered from the farthest to the closest, and this is called alpha sort (or Transparency Sort ). For opaque objects, this is not necessary, so they can either go first or sort with transparent objects, but do not bother sorting them, obviously faster, because you can just let the depth buffer do all the relevant work.
source
share