Hi Robert, I did not see that there is a cached status variable doing the same job as calling osg::isGLExtensionOrVersionSupported(state.getContextID(),"GL_SGIS_generate_mipmap", 1.4f) again.
Therefore, using the cached variable _isGenerateMipMapSupported instead of the statement above is fine. But the check has to be done at the mentioned position. Thank you! Cheers, Hartwig ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=47123#47123 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
