ATVI-TR-16-02: Practical Order Independent Transparency

Johan Kohler

Transparencies have always been a tricky problem for games, to render them correctly you have to draw them in front-to-back order from the view of the camera, traditionally this means to sort them when you do this you have to break apart material batches and sometimes even meshes, which affects performance. Order Independent Transparency (OIT) solves all these problems but simple implementations severely limit the number of layers of transparencies you can have. This document describes a method that combines OIT with software rasterized sprites via compute shaders, which we’ll call ”Compute Sprites”. Most of our transparent layers were due to particles, the Compute Sprites efficiently take care of most of them, which allows for a practical implementation of OIT for the remaining mesh transparencies in the scene.

 

Click here for the full technical report:  PDF

 

 

The Software License and Service Agreement will be updated. Please follow this link [https://www.activision.com/legal/ap-eula] in order to see these changes.

Privacy Policy Update
We’ve updated our Privacy Policy. You can view the revised policy here. By continuing to use Activision’s websites, products or services, you acknowledge this revised Privacy Policy.