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: https://kloena.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
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.