why model display distortion in some android device?

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
L_BACK
Posts: 3
Joined: Tue Nov 06, 2012 7:10 am

why model display distortion in some android device?

Post by L_BACK »

hey,I use Irrlicht 1.7 to display 3d texture model,but in some android device(Mione 1S、huawei IDEOS S7 Slim) . I found image distortion like this:

Image

why caused distortion ? my code use EDT_OGLES1 driver, 32 bits to create device . hope your help,thanks!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: why model display distortion in some android device?

Post by hybrid »

Sorry, but where's the distortion? Or is this just some very clever spam post?!
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: why model display distortion in some android device?

Post by serengeor »

hybrid wrote:Sorry, but where's the distortion? Or is this just some very clever spam post?!
The correct pic is probably not loading for you (didn't load for me while I was using torrent client).

reuploaded (hope L_BACK is ok with this):
Image
Working on game: Marrbles (Currently stopped).
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: why model display distortion in some android device?

Post by hybrid »

Ok, that's visible distortion, indeed :-) It's a mipmapping problem, not sure why. Maybe try a power-of-two dimension if the image is not.
pera
Posts: 460
Joined: Wed May 14, 2008 1:05 pm
Location: Novi Sad, Serbia
Contact:

Re: why model display distortion in some android device?

Post by pera »

hybrid wrote:Sorry, but where's the distortion? Or is this just some very clever spam post?!
you got worried there for a moment that spam bots became very clever, didn't you :)
L_BACK
Posts: 3
Joined: Tue Nov 06, 2012 7:10 am

Re: why model display distortion in some android device?

Post by L_BACK »

Sorry, I can't expect the website default image like spam.

I found that distortion problem occurs in some Qualcomm GPU .
I try to use irrlicht 8.0 sdk (ogl-es), but failed to compile sdk source code. dose anyone compliled successfully?
Post Reply