OpenSceneGraph/include/osgQt
Robert Osfield 5597248895 Introduced new scheme for setting up which version of OpenGL/OpenGL ES the OSG is compiled for.
To select standard OpenGL 1/2 build with full backwards and forwards comtability use:

  ./configure
  make

OR

  ./configure -DOPENGL_PROFILE=GL2

To select OpenGL 3 core profile build using GL3/gl3.h header:

  ./configure -DOPENGL_PROFILE=GL3

To select OpenGL Arb core profile build using GL/glcorearb.h header:

  ./configure -DOPENGL_PROFILE=GLCORE

To select OpenGL ES 1.1 profile use:

  ./configure -DOPENGL_PROFILE=GLES1

To select OpenGL ES 2 profile use:

  ./configure -DOPENGL_PROFILE=GLES2


Using OPENGL_PROFILE will select all the appropriate features required so no other settings in cmake will need to be adjusted.
The new configuration options are stored in the include/osg/OpenGL header that deprecates the old include/osg/GL header.
2014-04-23 09:08:26 +00:00
..
Export Ran script to remove trailing spaces and tabs 2012-03-21 17:36:20 +00:00
GraphicsWindowQt Introduced new scheme for setting up which version of OpenGL/OpenGL ES the OSG is compiled for. 2014-04-23 09:08:26 +00:00
QFontImplementation From David Callu, warning fixes and removal of spaces at end of lines. 2013-06-28 12:00:43 +00:00
QGraphicsViewAdapter Introduced new scheme for setting up which version of OpenGL/OpenGL ES the OSG is compiled for. 2014-04-23 09:08:26 +00:00
QWebViewImage From Kristofer Tingdahl, with additions from Riccardo Corsi and Robert Milharcic, support for Qt5 build 2013-06-10 14:34:25 +00:00
QWidgetImage Introduced new scheme for setting up which version of OpenGL/OpenGL ES the OSG is compiled for. 2014-04-23 09:08:26 +00:00