Home
last modified time | relevance | path

Searched refs:getScreenDistance (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgframerenderer/
H A DCameraProperty.cpp9 double dist = osg::DisplaySettings::instance()->getScreenDistance(); in setToModel()
18 double screenDistance = osg::DisplaySettings::instance()->getScreenDistance(); in setToModel()
H A Dosgframerenderer.cpp141 …at screenDistance = fc->getScreenDistance()!=0.0 ? fc->getScreenDistance() : osg::DisplaySettings:… in main()
378 if (fc->getScreenDistance()!=0.0) ds->setScreenDistance(fc->getScreenDistance()); in main()
H A DCaptureSettings.h61 float getScreenDistance() const { return _screenDistance; } in getScreenDistance() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgframerenderer/
H A DCameraProperty.cpp9 double dist = osg::DisplaySettings::instance()->getScreenDistance(); in setToModel()
18 double screenDistance = osg::DisplaySettings::instance()->getScreenDistance(); in setToModel()
H A Dosgframerenderer.cpp141 …at screenDistance = fc->getScreenDistance()!=0.0 ? fc->getScreenDistance() : osg::DisplaySettings:… in main()
382 if (fc->getScreenDistance()!=0.0) ds->setScreenDistance(fc->getScreenDistance()); in main()
H A DCaptureSettings.h61 float getScreenDistance() const { return _screenDistance; } in getScreenDistance() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DView.cpp32 double distance = osg::DisplaySettings::instance()->getScreenDistance(); in View()
H A DDisplaySettings.cpp922 double sd = getScreenDistance(); in computeLeftEyeProjectionImplementation()
975 double sd = getScreenDistance(); in computeRightEyeProjectionImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DView.cpp32 double distance = osg::DisplaySettings::instance()->getScreenDistance(); in View()
H A DDisplaySettings.cpp957 double sd = getScreenDistance(); in computeLeftEyeProjectionImplementation()
1010 double sd = getScreenDistance(); in computeRightEyeProjectionImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPresentation/
H A DCursor.cpp135 double sd = ds->getScreenDistance(); in updatePosition()
H A DSlideShowConstructor.cpp137 _slideDistance = ds->getScreenDistance(); in SlideShowConstructor()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPresentation/
H A DCursor.cpp135 double sd = ds->getScreenDistance(); in updatePosition()
H A DSlideShowConstructor.cpp136 _slideDistance = ds->getScreenDistance(); in SlideShowConstructor()
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dfg_os_osgviewer.cxx275 …isplaysettings/screen-distance", displaySettings, &DisplaySettings::getScreenDistance, &DisplaySet… in fgOSResetProperties()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DSceneView.cpp425 double sd = _displaySettings->getScreenDistance(); in computeLeftEyeViewImplementation()
450 double sd = _displaySettings->getScreenDistance(); in computeRightEyeViewImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DSceneView.cpp426 double sd = _displaySettings->getScreenDistance(); in computeLeftEyeViewImplementation()
451 double sd = _displaySettings->getScreenDistance(); in computeRightEyeViewImplementation()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DKeystone.cpp80 double screenDistance = ds->getScreenDistance(); in compute3DPositions()
H A DView.cpp1192 double screenDistance = ds->getScreenDistance(); in assignKeystoneDistortionCamera()
1269 double sd = _ds->getScreenDistance(); in updateSlave()
1421 double distance = ds->getScreenDistance(); in assignStereoOrKeystoneToCamera()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DKeystone.cpp80 double screenDistance = ds->getScreenDistance(); in compute3DPositions()
H A DView.cpp1172 double screenDistance = ds->getScreenDistance(); in assignKeystoneDistortionCamera()
1249 double sd = _ds->getScreenDistance(); in updateSlave()
1401 double distance = ds->getScreenDistance(); in assignStereoOrKeystoneToCamera()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DDisplaySettings143 float getScreenDistance() const { return _screenDistance; }
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/applications/present3D/
H A Dpresent3D.cpp639 float distance = osg::DisplaySettings::instance()->getScreenDistance(); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/applications/present3D/
H A Dpresent3D.cpp636 float distance = osg::DisplaySettings::instance()->getScreenDistance(); in main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DDisplaySettings144 float getScreenDistance() const { return _screenDistance; }