Images effects and AA

Hello

Is there any plans for a method of using image effects without them disabling AA

Thanks

S

Thats technically not possible unless you do the whole AA through a fullscreen shader ie another image effect

Yes, there are long term plans (“eventually this will be possible”). No immediate plans though.

Thanks

Is there a way to do a very fine blur sample to blend the edges?

I’ve looked at the Blur effect but no fine control at lowest level

S

Yes. The built-in Blur just blurs everything. What you probably want is only to blur where the colors are different, based on some metric. I think STALKER game used something similar, there’s a GPU Gems article here.

ooo… a work around for AA when using full screen effects, that would be so useful!

Wonderful read, thanks for that.