Files
OpenSceneGraph/include/osg
Robert Osfield c8fa3244c2 From Jan Ciger, "I have found a problem when building OSG with Qt 5 support. Qt has the
following in the qopengl.h header:

# include <QtGui/qopengles2ext.h>
# ifndef GL_DOUBLE
#  define GL_DOUBLE GL_FLOAT
# endif
# ifndef GLdouble
typedef GLfloat GLdouble;
# endif

Unfortunately, when building for normal OpenGL (not GL/ES!) on Windows
with MSVC2012, GLdouble is not defined (it is not a macro but typedef)
and the code above produces a conflicting definition, making the
compile fail. I am attaching a bit hackish workaround for this problem
in osg/GL "
2013-06-19 12:19:28 +00:00
..
2012-12-07 19:04:49 +00:00
2012-08-22 16:39:47 +00:00
2012-11-19 11:25:52 +00:00
2013-02-12 15:44:52 +00:00
2009-01-07 10:32:59 +00:00
2013-06-03 11:38:20 +00:00
2013-06-03 11:38:20 +00:00
2013-06-03 11:38:20 +00:00
2013-06-03 11:38:20 +00:00
2013-06-03 11:38:20 +00:00
2013-06-03 11:38:20 +00:00