Page 1 of 1

why model display distortion in some android device?

Posted: Tue Nov 06, 2012 8:55 am
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!

Re: why model display distortion in some android device?

Posted: Tue Nov 06, 2012 9:42 am
by hybrid
Sorry, but where's the distortion? Or is this just some very clever spam post?!

Re: why model display distortion in some android device?

Posted: Tue Nov 06, 2012 12:35 pm
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

Re: why model display distortion in some android device?

Posted: Tue Nov 06, 2012 1:36 pm
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.

Re: why model display distortion in some android device?

Posted: Thu Nov 08, 2012 8:26 am
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 :)

Re: why model display distortion in some android device?

Posted: Mon Nov 12, 2012 9:54 am
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?