Temporarily commented out call to view.assignStereoOrKeystoneToCamera() for implementing stereo as this was causing problem in trackball manipulation

This commit is contained in:
Robert Osfield
2013-06-20 15:48:14 +00:00
parent 603c280b62
commit a2b2ba5860

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);
}
}