I see that Irrlicht supports OpenGL 1.5. Any plans to move it up to 2.1+
Or would that not affect the capabilities of the engine?
OpenGL 2.1
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Ah, it's time again for this topic
Irrlicht will use OpenGL 2.1 headers with the next release. But it already uses lots of 2.0 features due to the OpenGL extension mechanism. It simply supports the features present in the OpenGL library of the host system. Of course there are not all features available in Irrlicht, yet, but those supported are not limited to the 1.5 feature set. In short Irrlicht supports OpenGL 1.2 - 2.1. If you really require a feature name it.
Irrlicht will use OpenGL 2.1 headers with the next release. But it already uses lots of 2.0 features due to the OpenGL extension mechanism. It simply supports the features present in the OpenGL library of the host system. Of course there are not all features available in Irrlicht, yet, but those supported are not limited to the 1.5 feature set. In short Irrlicht supports OpenGL 1.2 - 2.1. If you really require a feature name it.
-
- Posts: 313
- Joined: Tue Nov 01, 2005 5:01 am
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
FSAA for Linux will be available with Irrlicht 1.2 - Windows will take some more time...
I don't think that any render library out there will support all OpenGL primitives at the user-level. Simply because it does not make sense. Furthermore, most if not all features are available before an OpenGL release as some vender or EXT_ extension. So how do you define "supports version x.y"
That's why I always say: name the feature, not a version which supports a feature. Irrlicht definitely runs with OpenGL 2.1 and should support all features implemented.
I don't think that any render library out there will support all OpenGL primitives at the user-level. Simply because it does not make sense. Furthermore, most if not all features are available before an OpenGL release as some vender or EXT_ extension. So how do you define "supports version x.y"
That's why I always say: name the feature, not a version which supports a feature. Irrlicht definitely runs with OpenGL 2.1 and should support all features implemented.
-
- Posts: 6
- Joined: Tue Nov 21, 2006 6:13 pm