Search Unity

Why can't we use HDR and AA at the same time?

Discussion in 'General Discussion' started by SunnyChow, Sep 27, 2016.

  1. SunnyChow

    SunnyChow

    Joined:
    Jun 6, 2013
    Posts:
    360
    The point is, we can actually do it with RenderTexture. But doing it with RenderTexture is tricky and easy to get bug with other image effect. (I am actually having one with the camera's viewport rect not being full screen). I know it doesn't behave well in some hardware, but at least they should let us choose.
     
    Last edited: Sep 27, 2016
  2. bgolus

    bgolus

    Joined:
    Dec 7, 2012
    Posts:
    12,352
    Because no one at Unity has yet spent the time to get it working totally, and there are several features of Unity that end up working against MSAA already (like screen space directional shadows, or soft particles, or anything that uses the depth texture). There's also things like reverse tone mapping that should be taken into account otherwise you loose the benefit of anti-aliasing with high brightness values. I know a few Unity employees have expressed interest in getting this working, and it seems like they might be working towards this eventually.
     
  3. Lockethane

    Lockethane

    Joined:
    Sep 15, 2013
    Posts:
    114