achieve effects like transparency, volume rendering, displaying particle systems and others.
A common approach to using blending is to sort objects from the furthest to closest (back-to-
front) and render them in this order. However, the inverse order can be used with some
small modifications to the blending process. This paper introduces an approach to use the
front-to-back rendering order to discard fragments of rendered polygons that would not …