Added to Viewer::realize() automatic setup using Keystone when available and enabled, and when no other window setup has been selected.

This commit is contained in:
Robert Osfield
2013-05-13 09:18:37 +00:00
parent 9402efe38e
commit 4e34cadee2
4 changed files with 25 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ int main( int argc, char **argv )
if (ds->getStereo())
{
viewer.setUpViewForStereo(ds);
viewer.setUpViewForStereo();
}
else
{