Page 1 of 1

Problem with XEffects on Irrlicht 1.8

Posted: Mon Jan 28, 2013 3:32 pm
by JunkerKun
I don't know if it is the right thing to do, but since noone answered in the Xeffects thread...

Does XEffects even work on Irrlicht 1.8? I've tried to use it but it just didn't work. On OpenGL render it didn't even set an ambient lighting and on Direct3D9 there is no shadow mapping, only ambient lighting. Now it is either I am too dumb to do it right, or something wrong with the current version of Xeffects.
So, should I just go and kill myself with a 2x4 wooden plank or is it really just a problem with Xeffects?
P.S. Post Effects doesn't work right too =\

Re: Problem with XEffects on Irrlicht 1.8

Posted: Mon Jan 28, 2013 3:39 pm
by CuteAlien
Generally you won't get better answers by opening more threads. The Xeffects guy is not so much around anymore, but the original Xeffects thread is still the best chance to reach him. Maybe wait a few days, otherwise I guess you might be out of luck for now :-(

Re: Problem with XEffects on Irrlicht 1.8

Posted: Mon Jan 28, 2013 8:06 pm
by Mel
Consider studying the Xeffects framework, understand it, and create your own framework.

Re: Problem with XEffects on Irrlicht 1.8

Posted: Mon Jan 28, 2013 11:47 pm
by JunkerKun
Mel wrote:Consider studying the Xeffects framework, understand it, and create your own framework.
Well, shadow mapping already have blown my brains off when I tried to make it in OpenGL, so, I think I'll take a little break for now and just use existing solutions. I will study it, but later when I'll be ready for this.

Re: Problem with XEffects on Irrlicht 1.8

Posted: Tue Jan 29, 2013 9:13 am
by mikkis
I tried that with irr1.8 and with D3D examples works just fine. With OGL there are some rendering problems (yellowish screen).

Re: Problem with XEffects on Irrlicht 1.8

Posted: Tue Jan 29, 2013 1:04 pm
by JunkerKun
mikkis wrote:I tried that with irr1.8 and with D3D examples works just fine. With OGL there are some rendering problems (yellowish screen).
Strange. I get Access Violation on 1.8 and 1.7.3 when loading room =\