Home
last modified time | relevance | path

Searched refs:p_fovy_degrees (Results 26 – 32 of 32) sorted by relevance

12

/dports/devel/godot-tools/godot-3.2.3-stable/servers/
H A Dvisual_server.h593 …virtual void camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near, float p_z_…
/dports/devel/godot2/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_raster.h969 …virtual void camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near, float p_z_…
H A Dvisual_server_raster.cpp1354 void VisualServerRaster::camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near,… in camera_set_perspective() argument
1359 camera->fov = p_fovy_degrees; in camera_set_perspective()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/visual/
H A Dvisual_server_raster.h969 …virtual void camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near, float p_z_…
H A Dvisual_server_raster.cpp1354 void VisualServerRaster::camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near,… in camera_set_perspective() argument
1359 camera->fov = p_fovy_degrees; in camera_set_perspective()
/dports/devel/godot/godot-3.2.3-stable/servers/visual/
H A Dvisual_server_scene.cpp47 void VisualServerScene::camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near, … in camera_set_perspective() argument
52 camera->fov = p_fovy_degrees; in camera_set_perspective()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/visual/
H A Dvisual_server_scene.cpp47 void VisualServerScene::camera_set_perspective(RID p_camera, float p_fovy_degrees, float p_z_near, … in camera_set_perspective() argument
52 camera->fov = p_fovy_degrees; in camera_set_perspective()

12