[fixed]Anti-Aliasing Bug

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
Squarefox2
Posts: 67
Joined: Mon Feb 02, 2009 10:19 am

[fixed]Anti-Aliasing Bug

Post by Squarefox2 »

Hello,

using Anti-Aliasing makes my aim-circle looking slightly wrong.
I'm using a gui-image for that.
Maybe Anti-Aliasing should not modify gui-images, cause these are
correct as they are in most cases.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

It's planned to make GUI anti-aliasing switchable in Irrlicht 1.6. Irrlicht 1.5.1 will probably disable it. In case the driver overrides the anti-aliasing setting we cannot change a thing, though.
Squarefox2
Posts: 67
Joined: Mon Feb 02, 2009 10:19 am

Post by Squarefox2 »

To show the problem:

with Anti-Aliasing:
Image

without Anti-Aliasing:
Image

As you can see the aiming-circle is shiftet to upper left a little bit while using Anti-Aliasing.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Is this DirectX? Because we've changed the 2d adressing in SVN/trunk.
Squarefox2
Posts: 67
Joined: Mon Feb 02, 2009 10:19 am

Post by Squarefox2 »

Yes, it's Direct X 9.0.
I'm using Irrlicht 1.5 btw.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yeah, this issue might (should?) be fixed in latest SVN/trunk then. It was a pixel adressing problem in the d3d driver.
Post Reply