[fixed]Material thickness and antialiasing in Irrlicht 1.6

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
vins
Posts: 51
Joined: Mon Aug 16, 2004 6:14 pm
Location: Sofia, Bulgaria
Contact:

[fixed]Material thickness and antialiasing in Irrlicht 1.6

Post by vins »

I just moved to irr 1.6 and have some issues I can't resolve. I know there has been some changes to the materials but now lines looks very thick. I tried setting material thickness to 1 but no luck. Also I set AntiAlias to true in SIrrlichtCreationParameters but it doesn't seems to work. I tried setting AntiAlias to true to the material of one node. It doesn't seems to make any difference either.

Wireframe in the Mesh Viewer is thick using OpenGL and it is not when using DirectX. Could this be a bug?
vins
Posts: 51
Joined: Mon Aug 16, 2004 6:14 pm
Location: Sofia, Bulgaria
Contact:

Post by vins »

Antialiasing is working, it's my fault, I was setting it with true/false;

In OpenGL I have disabled antialiasing in device creation with EAAM_OFF but lines are still thick and ugly. I tried removing/setting EAAM_LINE_SMOOTH form all materials of all nodes - sometimes it works, sometimes not.

Here's what I'm talking about:
(Irrlicht 1.6)
Image

(Irrlicht 1.5.1)
Image
ceyron
Posts: 63
Joined: Tue Mar 03, 2009 5:10 pm
Location: Bucuresti, România

Post by ceyron »

sadly i'm facing that exact problem...occuring on Linux also. I've noticed it with an early SVN version too so i think maybe it's a bug with 1.6 :roll:
Image
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Fixed in SVN, just had to disable anti-aliasing in the debug material.
vins
Posts: 51
Joined: Mon Aug 16, 2004 6:14 pm
Location: Sofia, Bulgaria
Contact:

Post by vins »

hybrid Thank you for the fix and the time you put in the project!

Image
Post Reply