Irrlicht OPENGL-ES loading texture problem

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!
Post Reply
shaim
Posts: 26
Joined: Sun Dec 14, 2008 10:55 am

Irrlicht OPENGL-ES loading texture problem

Post by shaim »

Hi

I compiled the irrlicht OPENGL-ES version and used it with the beagleboard. I compiled part of the examples and run it on the beagleboard.
On all the examples the texture files loaded successfully but a texture files loaded to an object like scene cube was not rendered and the you see a white cube.

With SW rendering everything is OK and the scene cudes rendered correctly but when i change to OPENGL-ES driver type the game scene cubes are white.

Thanks.
Post Reply