Problem with Anti-Aliasing under OpenGL

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Squarefox
Competition winner
Posts: 117
Joined: Tue Aug 19, 2008 6:46 pm
Location: Delta quadrant, Borg nexus 0001
Contact:

Problem with Anti-Aliasing under OpenGL

Post by Squarefox »

HI,

I've programmed a game. When I set AntiAlias of the Irrlicht config to 255 and activate anti-aliasing for all scene nodes, it works well under DirectX 9.
But under OpenGL it doesn't work. I tried other settings than 255 (e.g. 2 and 4), but it didn't worked either.
I though it was the graphics driver, but when I activate anti-aliasing override in Catalyst Control Center, the anti-aliasing is shown.
If I only use "use application settings", it doesn't work.

Can anyone help?

Kind regards,
Squarefox
Squarefox
Competition winner
Posts: 117
Joined: Tue Aug 19, 2008 6:46 pm
Location: Delta quadrant, Borg nexus 0001
Contact:

Re: Problem with Anti-Aliasing under OpenGL

Post by Squarefox »

I tested this also on my laptop and there the anti-aliasing under OpenGL works. So this is most probably a driver problem.
Post Reply