Strange texture flipping bug

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
pippy3
Posts: 155
Joined: Tue Dec 15, 2009 7:32 am

Strange texture flipping bug

Post by pippy3 »

I'm loading a skybox from an irr scene file, and from several PNG files. Occasionally the forth texture gets rotated 90 degrees, and written to file.

I'm unsure what can be causing this, as I'm not telling my program to write any output. The only explorer integrated applications I have are photoshop CS and 7zip.

I'm using irrlicht 1.7.1. The files needed to reproduce the error are here (3 MB).

I might have to download a program to monitor file usage to confirm if it is irrlicht, but at this moment it seems like the likely candidate.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Irrlicht won't write files on its own. You will have to tell it to write them.
Post Reply