Added DisplaySettings::KeystoneHint flag that can be set via --keystone-on and --keystone-off command line parameters, and the OSG_KEYSTONE env var
This commit is contained in:
@@ -92,6 +92,11 @@ int main( int argc, char **argv )
|
||||
}
|
||||
|
||||
osgViewer::Keystone::loadKeystoneFiles(ds);
|
||||
|
||||
if (!ds->getKeystoneHint())
|
||||
{
|
||||
OSG_NOTICE<<"Keystone disabled"<<std::endl;
|
||||
}
|
||||
|
||||
if (ds->getStereo())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user