Fixed the handling the mouse min/max ranges of slave Cameras that have a parent Camera with a viewport.

This commit is contained in:
Robert Osfield
2013-06-20 16:44:14 +00:00
parent a2b2ba5860
commit 715dd4e930
3 changed files with 28 additions and 8 deletions

View File

@@ -114,6 +114,6 @@ void SingleWindow::configure(osgViewer::View& view) const
}
else if (ds->getStereo() && ds->getUseSceneViewForStereoHint())
{
//view.assignStereoOrKeystoneToCamera(view.getCamera(), ds);
view.assignStereoOrKeystoneToCamera(view.getCamera(), ds);
}
}