Anti-aliasing OpenGL Intel HD 4000

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
lumlum
Posts: 13
Joined: Mon Dec 21, 2015 10:34 am

Anti-aliasing OpenGL Intel HD 4000

Post by lumlum »

Hello everyone,

AntiAlias does not work with OpenGL on one of my computers, it works fine with Direct3D9. It has a HD 4000 Intel graphics and everything is up to date. I can get FSAA x8 to work using OpenGL Extension Viewer but it looks like no matter what I do, Irrlicht's AA won't work. The only time AA doesn't work with OpenGL Extension Viewer is when i pick "FrameBufferObject" as Frame buffer.
Since I could not find any reliable information I thought I'd post here before I start looking at Irrlicht's source code in case you can provide me a simple and clear answer/solution.

Irrlicht version : 1.8.3

Lumlum
CuteAlien
Admin
Posts: 9691
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Anti-aliasing OpenGL Intel HD 4000

Post by CuteAlien »

Which AA value did you use?
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
lumlum
Posts: 13
Joined: Mon Dec 21, 2015 10:34 am

Re: Anti-aliasing OpenGL Intel HD 4000

Post by lumlum »

I tried with 2, 4, 8 and even 16, none worked. I used the Win32Window example to test it, i only added a line of code to enable AA in the params just before the device is created.

It looks like this guy http://irrlicht.sourceforge.net/forum/v ... =4&t=50910 had a very similar issue.
Post Reply