Problem migrating from 1.3.1 to 1.4

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
Vsk
Posts: 343
Joined: Thu Sep 27, 2007 4:43 pm

Problem migrating from 1.3.1 to 1.4

Post by Vsk »

Hi, I have migrate all my code to 1.4 and found some problems.
I have change according to upgrade txt every operation that has change.
it compiles correctly but has some problems with some textures.

The textures (some) appears complety WHITE, I have tried everyting; chage the material type, light off/on and continue white!.

Sorry I don't post any code, but i think that it something about upgrading (cause it works perefect in 1.3.1).

So, have any of you experimented this issue with some textures when upgrading to 1.4?
if so, any help.
Thanks.
Vsk
Posts: 343
Joined: Thu Sep 27, 2007 4:43 pm

Post by Vsk »

RESOLVED.
It is the problem with the const in getMaterialCount.
Fixed.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yeah, I know, the last two major releases had too many of those changes. But we're mostly done now, so neither 1.4.1 nor 1.5 will have that many API method signature changes anymore :D
Post Reply