Rendering Issues

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
stevend
Posts: 114
Joined: Sat Mar 01, 2008 7:18 pm

Rendering Issues

Post by stevend »

i have been having this problem on my PC
Its an old geforce4 mx card btw

Direct X: I have set to use 32 bit textures but gui images are pixely

Open GL: fonts are blurry

Open GL:
Image
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The blurry fonts happend some days ago due to a bug in the OpenGL 2d setup in SVN/trunk, besides that no other problems known. The image looks quite pixelated under OpenGL as well, though, which could mean that it's not power of two.
stevend
Posts: 114
Joined: Sat Mar 01, 2008 7:18 pm

Post by stevend »

ok, any idea why the open GL render is not in the center of the window?
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

How is it rendered? Are you doing anything different other than:

driver->beginScene();
smgr->drawAll();
driver->endScene();

And i assume it's a standard window that irrlicht has created using createDevice(...);
Image Image Image
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Oh, I didn't even notice that the arrows are also a problem description...
stevend
Posts: 114
Joined: Sat Mar 01, 2008 7:18 pm

Post by stevend »

nope, just doing a fairly simple render.

i think it might just be this machine, but it is weird isnt it.
Post Reply