Sam Brkopac
2018-11-08 20:22:39 UTC
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
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