Search found 1 match

by Lee
Sat Sep 13, 2014 6:07 am
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 825
Views: 422627

Re: XEffects - Reloaded - New Release (V 1.3)

I finaly found what case the problem on irrlihct 1.8 CScreenQuad's Material doesn''t set the BlendOperation, so driver shut down the blend opertaion. To fix this, just change codes in EffectHandler.cpp at line 350 from: driver->setRenderTarget(ScreenQuad.rt[0], false, false); ScreenQuad.getMaterial(...