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
