aboutsummaryrefslogtreecommitdiff
path: root/src/camera.h
diff options
context:
space:
mode:
authorvictorfisac <victorfisac@gmail.com>2016-03-16 12:40:08 +0100
committervictorfisac <victorfisac@gmail.com>2016-03-16 12:40:08 +0100
commitd72849409982266b99dd00741bf807ef10ba3c6c (patch)
tree86098d3d7f0254712ed2fa9f64d43ab98fc54ce3 /src/camera.h
parent78e4772f21cda45c219ce88a713708b6b0680e8f (diff)
parent5bcda7bf1526c40f605de3abcde4fd10d81c6cc5 (diff)
downloadraylib-d72849409982266b99dd00741bf807ef10ba3c6c.tar.gz
raylib-d72849409982266b99dd00741bf807ef10ba3c6c.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/camera.h')
-rw-r--r--src/camera.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/camera.h b/src/camera.h
index 9ad09c6f..8d8029af 100644
--- a/src/camera.h
+++ b/src/camera.h
@@ -81,6 +81,7 @@ void UpdateCameraPlayer(Camera *camera, Vector3 *position); // Update camera and
void SetCameraPosition(Vector3 position); // Set internal camera position
void SetCameraTarget(Vector3 target); // Set internal camera target
+void SetCameraFovy(float fovy); // Set internal camera field-of-view-y
void SetCameraPanControl(int panKey); // Set camera pan key to combine with mouse movement (free camera)
void SetCameraAltControl(int altKey); // Set camera alt key to combine with mouse movement (free camera)