Home
last modified time | relevance | path

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

123

/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dinterpolated_camera.cpp75 float fov = Math::lerp(get_fov(), cam->get_fov(), delta); in _notification()
H A Dcamera.h124 float get_fov() const;
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/3d/
H A Dinterpolated_camera.cpp70 float fov = Math::lerp(get_fov(), cam->get_fov(), delta); in _notification()
H A Dcamera.h112 float get_fov() const;
H A Dcamera.cpp602 ObjectTypeDB::bind_method(_MD("get_fov"), &Camera::get_fov); in _bind_methods()
626 float Camera::get_fov() const { in get_fov() function in Camera
/dports/devel/godot2/godot-2.1.6-stable/scene/3d/
H A Dinterpolated_camera.cpp70 float fov = Math::lerp(get_fov(), cam->get_fov(), delta); in _notification()
H A Dcamera.h112 float get_fov() const;
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dinterpolated_camera.cpp75 float fov = Math::lerp(get_fov(), cam->get_fov(), delta); in _notification()
H A Dcamera.h124 float get_fov() const;
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DCamera.hh80 float get_fov() in get_fov() function in Camera
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dcamera_matrix.h67 float get_fov() const;
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dcamera_matrix.h67 float get_fov() const;
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dcamera_matrix.h70 real_t get_fov() const;
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dcamera_matrix.h70 real_t get_fov() const;
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DCamera.hpp92 double get_fov() const;
H A DCamera.cpp120 double Camera::get_fov() const in get_fov() function in Slic3r::GUI::Camera
257 float fov = (float)get_fov(); in debug_render()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dspatial_editor_plugin.h151 float get_fov() const;
475 float get_fov() const { return settings_fov->get_val(); } in get_fov() function
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dspatial_editor_plugin.h151 float get_fov() const;
475 float get_fov() const { return settings_fov->get_val(); } in get_fov() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/camera/
H A Dcamera.h77 float get_fov();
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/camera/
H A Dcamera.h77 float get_fov();
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_camera.cpp231 luamethod(LuaCamera, get_fov),
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/render/
H A D3dsetup.cpp134 g3_set_view_matrix(&pos, &ori, cam->get_fov()); in g3_set_view()
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dview.hxx183 double get_fov() const { return _fov_deg; } in get_fov() function in flightgear::View
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gamemgr/
H A Dmodmgr.h248 ModManager *get_fov() { in get_fov() function
/dports/editors/gummi/gummi-0.8.1/src/gui/
H A Dgui-preview.c153 static inline LayeredRectangle get_fov (GuPreviewGui* pc);
605 LayeredRectangle fov = get_fov(pc); in update_page_positions()
1701 static inline LayeredRectangle get_fov(GuPreviewGui* pc) { in get_fov() function
1773 LayeredRectangle fov = get_fov(pc); in run_garbage_collector()
2006 LayeredRectangle fov = get_fov(pc); in on_resize()
2013 fov = get_fov(pc); in on_resize()

123