Home
last modified time | relevance | path

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

123

/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Dfovdialog.cpp44 FOV *getFOV(QListWidgetItem *item) in getFOV() function
123 fov->ViewBox->setFOV(getFOV(fov->FOVListBox->currentItem())); in slotSelect()
133 FOV *newfov = new FOV(newfdlg->getFOV()); in slotNewFOV()
154 f->sync(newfdlg->getFOV()); in slotEditFOV()
166 FOVManager::removeFOV(getFOV(item)); in slotRemoveFOV()
H A Dfovdialog.h74 const FOV &getFOV() const in getFOV() function
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgContext.cxx149 void ssgContext::getFOV ( float *w, float *h ) in getFOV() function in ssgContext
151 frustum -> getFOV ( w, h ) ; in getFOV()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DViewState.h317 double getFOV() {return fov;} in getFOV() function
356 double getFOV() {return fov;} in getFOV() function
H A DGLRenderer.cpp406 double fov = m_visualization_state->getFOV(); in Resize()
565 double fov = m_visualization_state->getFOV(); in Resize()
H A DOverviewCameraTool.cpp143 double fov = state->getFOV(); in MouseMoveEvent()
H A DToolHelper.cpp545 double fov = panostate->getFOV(); in MouseMoved()
736 double fov = panostate->getFOV(); in MouseMoved()
/dports/graphics/gource/gource-0.51/src/
H A Dzoomcamera.h61 float getFOV() { return fov; }; in getFOV() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DICameraSceneNode.h119 virtual f32 getFOV() const =0;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCCameraSceneNode.h96 virtual f32 getFOV() const;
H A DCCameraSceneNode.cpp194 f32 CCameraSceneNode::getFOV() const in getFOV() function in irr::scene::CCameraSceneNode
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DICameraSceneNode.h119 virtual f32 getFOV() const =0;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCCameraSceneNode.h96 virtual f32 getFOV() const;
H A DCCameraSceneNode.cpp194 f32 CCameraSceneNode::getFOV() const in getFOV() function in irr::scene::CCameraSceneNode
/dports/devel/simgear/simgear-2020.3.11/simgear/environment/
H A Dvisual_enviro.hxx246 void getFOV( float &w, float &h );
H A Dvisual_enviro.cxx439 void SGEnviro::getFOV( float &w, float &h ) { in getFOV() function in SGEnviro
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_camera.cpp96 lua_pushnumber(L, camera->getCameraNode()->getFOV() * core::RADTODEG); in l_get_fov()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dobserver.h123 float getFOV() const;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dobserver.h123 float getFOV() const;
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/
H A DEngineWidget.h133 double getFOV();
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrCamera.h63 virtual irr::f32 getFOV() const override { return Fovy; } in getFOV() function
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelestiacore.cpp462 fav->fov = sim->getObserver().getFOV(); in addFavorite()
728 float pickTolerance = sim->getActiveObserver()->getFOV() / height * 4.0f; in mouseButtonUp()
975 float fov = sim->getActiveObserver()->getFOV(); in mouseMove()
1003 coarseness = radToDeg(sim->getActiveObserver()->getFOV()) / 30.0f; in mouseMove()
1788 if (observer->getFOV() > MinimumFOV) in charEntered()
1790 observer->setFOV(observer->getFOV() / 1.05f); in charEntered()
1806 if (observer->getFOV() < MaximumFOV) in charEntered()
1808 observer->setFOV(observer->getFOV() * 1.05f); in charEntered()
2331 float fov = sim->getActiveObserver()->getFOV() / stdFOV; in tick()
2715 …n(height * (*i)->height / (screenDpi / 25.4) / 2. / distanceToScreen) / (*i)->observer->getFOV()); in setZoomFromFOV()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelestiacore.cpp462 fav->fov = sim->getObserver().getFOV(); in addFavorite()
728 float pickTolerance = sim->getActiveObserver()->getFOV() / height * 4.0f; in mouseButtonUp()
975 float fov = sim->getActiveObserver()->getFOV(); in mouseMove()
1003 coarseness = radToDeg(sim->getActiveObserver()->getFOV()) / 30.0f; in mouseMove()
1788 if (observer->getFOV() > MinimumFOV) in charEntered()
1790 observer->setFOV(observer->getFOV() / 1.05f); in charEntered()
1806 if (observer->getFOV() < MaximumFOV) in charEntered()
1808 observer->setFOV(observer->getFOV() * 1.05f); in charEntered()
2331 float fov = sim->getActiveObserver()->getFOV() / stdFOV; in tick()
2715 …n(height * (*i)->height / (screenDpi / 25.4) / 2. / distanceToScreen) / (*i)->observer->getFOV()); in setZoomFromFOV()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreAutoParamDataSource.h260 Real getFOV() const;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreAutoParamDataSource.h254 virtual Real getFOV() const;

123