Hi Stephan, Thanks for the changes, now merged and submitted to svn/trunk. If Phil needs to know about how to control them could you let him know with instructions, CC me so I know what he knows. Changes will be in the 3.3.1 that I'll make this week.
On 24 October 2013 11:07, Stephan Maximilian Huber < [email protected]> wrote: > Can you shed some light on the concept behind > WindowingSytstemInterface::getDisplaySettings, for what it’s needed? > (Currently I don’t use it) > The WindowingSystemInterface::getDisplaySettings() is used by osgViewer::Viewer/CompositeView::realize() to check whether one needs to be assigned or not by the realize() method. On one has been assigned already it just leaves this in place. This approach allows us to set up WindowingSystemInterface before setting up the viewer, for instance if you wanted to hard-wire a specific DisplaySettings and not want it overriden by those that the viewer uses. I can guess that application developers might find uses for it as well. Robert.
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
