Hi Alex, I've merged the change to the version check with svn/trunk and OSG-3.0 branch. Could you please test these out to make sure that they work for you as your Texture.cpp had other differences w.r.t svn/trunk than just the version check.
Cheers, Robert. On Fri, Jul 22, 2011 at 10:13 AM, Alexander Irion <[email protected]> wrote: > Hello, > > Texture borders are not supported in ES. > > _isTextureBorderClampSupported is set to "TRUE" in Texture.cpp, because of > the version number check (GL VERSION >= 1.3). > > This leads to an invalid enum error, when GL_TEXTURE_BORDER_COLOR is tried to > set. > > Please find attached fix. > > Regards, > --Alex > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=41562#41562 > > > > > Attachments: > http://forum.openscenegraph.org//files/texture_204.cpp > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
