Texture rendering error of Irrlicht on iPhone

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Locked
thichxemphim_01
Posts: 4
Joined: Sat Jul 03, 2010 9:47 am

Texture rendering error of Irrlicht on iPhone

Post by thichxemphim_01 »

Hi everybody,

I have compiled Irrlicht library for iPhone successfully using instructions at here: http://irrlicht.sourceforge.net/phpBB2/ ... e&start=60
And I have built some simple applications on Iphone using compiled library.

However, now I got a problem of texture rendering:
when I try to run HelloWorld example on iPhone, everything works well except the texture of the girl. The texture does not display.

When I change the texture file from "sydney.bmp" to other image file such as "wall.bmp", the texture displays successfully.
But when I try other image files, most of them don't not display as texture of the girl.

does any body have the same problem?
Any comment would be appreciated.

Thanks in advance.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

What is the purpose of having multiple posts in different forum secions? Please avoid cross postings under all circumstances.
Locked