Page 1 of 1

Antialias my RTT

Posted: Fri Mar 28, 2008 4:34 am
by jingquan
I know it's not possible to use the irrlicht (multi-sample?) antialias as it only works for geomentry, and doesn't apply to RTT postprocessing. I have searched for an egde detecting blurring shader but didn't find any regarding it. Any ideas how I can do it?

BTW, i think supersampling down my extra large RTT is impossible since it's larger than my screen resolution and IrrCP doesn't allow rendering larger than my screen resolution.

Posted: Tue Sep 09, 2008 11:50 am
by qez111
Sorry to bring this up again, but I have the same question as the above poster and want to know if there is a way to Anti-alias the RTT texture.

Thanks.

Posted: Tue Sep 09, 2008 12:56 pm
by sudi

Posted: Tue Sep 09, 2008 2:28 pm
by hybrid
For OpenGL we could use the FBO multisample extension, but that's only on supported systems and when using FBOs. PBuffers don't seem to support multisampling, so no chance there either.
So for other occasions you will still have to rely on the mentioned downsampling, which would be the best to start with anyway then.