texture ugly

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
patrickniceboy
Posts: 23
Joined: Fri Apr 27, 2007 3:22 pm
Location: Brazil

texture ugly

Post by patrickniceboy »

same scene 2 computers look the grass !

configuration pc -
GeForce FX 5200/AGP
128 MB

Image



now

notebook -

ATI Radeon 9000 DDR
64MB


Image


why does it looks strange in the notebook ??
Phant0m51
Posts: 106
Joined: Mon Jan 15, 2007 6:07 am

Post by Phant0m51 »

It may be because it's a lower quality onboard card on the notebook. Try DirectX to see if the image quality changes on the notebook.
LwSiX
Posts: 22
Joined: Wed Jan 17, 2007 2:24 pm

Post by LwSiX »

I had a similar issue with my notebook. Oddly enough putting it into software mode fixed the problem, of course there are huge drawbacks to doing that.
Robert Y.
Posts: 212
Joined: Sun Jan 28, 2007 11:23 pm

Post by Robert Y. »

It could also occur when your laptop is in 16 bit color graphics mode, and your PC in 24/32 bit mode.
CuteAlien
Admin
Posts: 9716
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Looks to me like a problem with the texture filter. Try playing with bilinear, trilinear, anisotropic to find out if there is a setting in which both computers are the same.

Also you might try to enable "Use custom setting" in the control center of the ati card (enabling that did for some reason sometimes help with texture problems in our game).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply