Added View::computeIntersections methods

This commit is contained in:
Robert Osfield
2007-01-09 17:35:46 +00:00
parent 7626169283
commit 4d4b342e97
7 changed files with 139 additions and 112 deletions

View File

@@ -490,6 +490,8 @@ void Viewer::realize()
if (contexts.empty())
{
osg::notify(osg::INFO)<<"Viewer::realize() - No valid contexts found, setting up view across all screens."<<std::endl;
// no windows are already set up so set up a default view
setUpViewAcrossAllScreens();
getContexts(contexts);