[osg-users] Extension '' is not supported
Sam Brkopac
brkopac at gmail.com
Thu Nov 8 12:22:39 PST 2018
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
More information about the osg-users
mailing list