Problem with xEffects and Anti-aliasing
Problem with xEffects and Anti-aliasing
I started using xEffects in my project and I encountered one problem: When I have anti-aliasing turned on, shadows and lights from xEffects don't work. This only works with anti-aliasing turned off. So, my question is what to do for make anti-aliasing works with xEffects? I have searched on forum but I didn't find any answer. I also read this topic: http://irrlicht.sourceforge.net/forum/v ... =4&t=33217, but I didn't understand a lot. Could someone explain to me what should I do?
Re: Problem with xEffects and Anti-aliasing
I think you need to use post-processing anti-aliasing instead of the usual one. I might be wrong though.
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
Re: Problem with xEffects and Anti-aliasing
I found this: http://irrlicht.sourceforge.net/forum/v ... =9&t=39340, but now I have a problem with applying this shader to my project, especially with writing good call-back function for shader.