Search found 2 matches

by Jmgr
Mon Nov 18, 2013 1:30 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 826
Views: 530567

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

Ah, yes, the solution was written a few posts before but somehow I thought that the fix was already applied...
I had to change the line
irr::u32 TexVar = 0;
to
irr::f32 TexVar = 0;
in the file EffectCB.h, line 90.

It does make sense, because casting a pointer to an int into a pointer to a float ...
by Jmgr
Mon Nov 18, 2013 12:00 pm
Forum: Project Announcements
Topic: XEffects - Reloaded - New Release (V 1.4)
Replies: 826
Views: 530567

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

Hello fellow developers,

I have compiled the latest Irrlicht ( 1.8 ) and the latest XEffects version ( 1.3 ), but all the examples aren't rendered correctly.

http://jmgr.net/vrac/xeffects_bug.png

Log:

Irrlicht Engine version 1.8.0
Linux 3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:35:23 UTC ...