Re: [osg-users] osgQt Material issue

2019-09-10 Thread Wouter Roos
After some investigations I figured that the fixed pipeline functionality wasn't used and I came across this code that seems to explicitly disable that regardless of OpenGL version (I'm running 2) OSGRenderer.cpp lines 210 Code: for(osgViewer::Viewer::Windows::iterator itr = windows.begin();

[osg-users] osgQt Material issue

2019-09-09 Thread Wouter Roos
Hi, I'm in the process of updating to OSG 3.6.4 and have come across a problem with osgQt. When running the supplied example of osgViewerQt models don't show correctly. It looks like the textures are missing and that lighting is not as expected, but on some models (cow.osg) it appears to be a pr