Hi,

When I use the latest 3.6.3 release, I get the following message when enabling 
OSG_INFO.


Code:
OpenGL extension '' is not supported.



Does anybody else get this when running a normal viewer example?


Code:
int main(int argc, const char *argv[]) {

    osg::setNotifyLevel(osg::NotifySeverity::INFO);

    osgViewer::Viewer viewer;

    viewer.setUpViewInWindow(50, 50, 640, 480, 0);
    viewer.setCameraManipulator(new osgGA::MultiTouchTrackballManipulator);

    return viewer.run();
}



Thanks, Sam

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=75175#75175





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to