Re: [Development] Changing GLdouble typedef in src/opengl/qgl.h

2014-09-03 Thread Gunnar Sletta
On 03 Sep 2014, at 22:20, Fredrik Höglund wrote: > On Wednesday 03 September 2014, Thiago Macieira wrote: >> On Wednesday 03 September 2014 07:54:14 Saikrishna Arcot wrote: >>> I should have mentioned that these libraries are using Qt 4, and it would be >>> non-trivial to change them to Qt 5 jus

Re: [Development] Changing GLdouble typedef in src/opengl/qgl.h

2014-09-03 Thread Fredrik Höglund
On Wednesday 03 September 2014, Thiago Macieira wrote: > On Wednesday 03 September 2014 07:54:14 Saikrishna Arcot wrote: > > I should have mentioned that these libraries are using Qt 4, and it would be > > non-trivial to change them to Qt 5 just for compilation purposes. > > > > I wasn't aware tha

Re: [Development] Changing GLdouble typedef in src/opengl/qgl.h

2014-09-03 Thread Thiago Macieira
On Wednesday 03 September 2014 07:54:14 Saikrishna Arcot wrote: > I should have mentioned that these libraries are using Qt 4, and it would be > non-trivial to change them to Qt 5 just for compilation purposes. > > I wasn't aware that doubles weren't supported on GLES. Based on that, and > rereadi

Re: [Development] Changing GLdouble typedef in src/opengl/qgl.h

2014-09-03 Thread Saikrishna Arcot
I should have mentioned that these libraries are using Qt 4, and it would be non-trivial to change them to Qt 5 just for compilation purposes. I wasn't aware that doubles weren't supported on GLES. Based on that, and rereading the forum post here (http://forum.openscenegraph.org/viewtopic.php?t

Re: [Development] Changing GLdouble typedef in src/opengl/qgl.h

2014-09-02 Thread Gunnar Sletta
On 03 Sep 2014, at 01:18, Saikrishna Arcot wrote: > Hi, > > I was looking at trying to get some libraries and applications to compile in > Ubuntu for armhf (which supports only OpenGL ES for performance reasons). > When I was trying to get OpenSceneGraph to compile, I noticed that in Qt's >

[Development] Changing GLdouble typedef in src/opengl/qgl.h

2014-09-02 Thread Saikrishna Arcot
Hi, I was looking at trying to get some libraries and applications to compile in Ubuntu for armhf (which supports only OpenGL ES for performance reasons). When I was trying to get OpenSceneGraph to compile, I noticed that in Qt's src/opengl/qgl.h, GLdouble is aliased to GLfloat. OpenSceneGraph