Hi Robert, 3.4.0-rc1 builds and works fine for regular OpenGL profile. I get errors compiling for GLES2 related to glClipControl since gl2ext.h does not contain GL_LOWER_LEFT and GL_UPPER_LEFT. Sorry, I don't have a fix for this yet. I'll need to learn how OSG splits apart GL profiles first. Maybe it's easy.
I'm compiling for GLES2 on Linux like so: ccmake .. -DOSG_GL1_AVAILABLE=OFF -DOSG_GL2_AVAILABLE=OFF -DOSG_GL3_AVAILABLE=OFF -DOSG_GLES1_AVAILABLE=OFF -DOSG_GLES2_AVAILABLE=ON -DOPENGL_HEADER1="#include <GLES2/gl2.h>" -DOPENGL_egl_LIBRARY=/usr/lib64/libEGL.so -DOSG_GL_DISPLAYLISTS_AVAILABLE=OFF -DOSG_GL_MATRICES_AVAILABLE=OFF -DOSG_GL_VERTEX_FUNCS_AVAILABLE=OFF -DOSG_GL_VERTEX_ARRAY_FUNCS_AVAILABLE=OFF -DOSG_GL_FIXED_FUNCTION_AVAILABLE=OFF -DOSG_CPP_EXCEPTIONS_AVAILABLE=OFF -- Terry Welsh http://www.reallyslick.com > > Message: 6 > Date: Fri, 3 Jul 2015 11:29:32 +0100 > From: Robert Osfield <[email protected]> > To: OpenSceneGraph Users <[email protected]> > Subject: [osg-users] OpenScenGraph-3.4 branch made, > OpenSceneGraph-3.4.0-rc1 tagged > Message-ID: > <CAFN7Y+Wxz1MaoO7HBxD=7zprapscvua0kx7mrcb_sd2040g...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi All, > > Yesterday evening I made the OpenSceneGraph-3.4 branch and tagged the > 3.4.0-release candidate 1 from this. > > - Zip file containing source code : OpenSceneGraph-3.4.0-rc1.zip > > <http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.4.0-rc1.zip> > - Subversion tag for 3.4.0-rc1 : svn co > http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.4. > > <http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.4.0-rc1>0-rc1 > OpenSceneGraph > > OpenSceneGraph-3.4 has so many new features and refinements that I won't > attempt to list them all here, suffice to say it'll be a grand release :-) > > Could the community start testing the 3.4 branch or 3.4.0-rc1 and provide > feedback of success or problems on this thread. > > I'll be away on holiday for a week so will catch up with you all on my > return. > > Many thanks to all the contributors and testers, > > Robert _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

