I found the solution in that case was to just use setTextureAttribute rather than setTextureAttributeAndModes in OpenGL ES 2 builds.
However, since glEnable(GL_TEXTURE_2D) is a mistake in GLES2, it would be better if osg didn’t ever try to do that for GLES2 contexts.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

