Anti aliasing

Getting anti-aliasing to work nicely with lots of small, masked pixels is a challenge for Deferred Rendering. Following are our recommendations.

If your objects are mostly dynamic

  • avoid extremely fine hairs / small scale if possible
  • use FXAA if possible

If your objects are mostly static

  • use TXAA if possible