Problem with xEffects and Anti-aliasing

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
dzordz
Posts: 6
Joined: Sun Dec 26, 2010 5:36 pm
Location: Poland

Problem with xEffects and Anti-aliasing

Post by dzordz »

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?
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Re: Problem with xEffects and Anti-aliasing

Post by Virion »

I think you need to use post-processing anti-aliasing instead of the usual one. I might be wrong though.
dzordz
Posts: 6
Joined: Sun Dec 26, 2010 5:36 pm
Location: Poland

Re: Problem with xEffects and Anti-aliasing

Post by dzordz »

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.
Post Reply