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.
L_BACK
Posts: 3 Joined: Tue Nov 06, 2012 7:10 am
Post
by L_BACK » Tue Nov 06, 2012 8:55 am
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:
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:
Post
by hybrid » Tue Nov 06, 2012 9:42 am
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
Post
by serengeor » Tue Nov 06, 2012 12:35 pm
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):
Working on game:
Marrbles (Currently stopped).
hybrid
Admin
Posts: 14143 Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:
Post
by hybrid » Tue Nov 06, 2012 1:36 pm
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:
Post
by pera » Thu Nov 08, 2012 8:26 am
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
Post
by L_BACK » Mon Nov 12, 2012 9:54 am
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?