raylib.rcamera

Undocumented in source.

Members

Functions

CameraMoveForward
void CameraMoveForward(Camera* camera, float distance, bool moveInWorldPlane)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CameraMoveRight
void CameraMoveRight(Camera* camera, float distance, bool moveInWorldPlane)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CameraMoveToTarget
void CameraMoveToTarget(Camera* camera, float delta)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CameraMoveUp
void CameraMoveUp(Camera* camera, float distance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CameraPitch
void CameraPitch(Camera* camera, float angle, bool lockView, bool rotateAroundTarget, bool rotateUp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CameraRoll
void CameraRoll(Camera* camera, float angle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CameraYaw
void CameraYaw(Camera* camera, float angle, bool rotateAroundTarget)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCameraForward
Vector3 GetCameraForward(Camera* camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCameraProjectionMatrix
Matrix GetCameraProjectionMatrix(Camera* camera, float aspect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCameraRight
Vector3 GetCameraRight(Camera* camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCameraUp
Vector3 GetCameraUp(Camera* camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GetCameraViewMatrix
Matrix GetCameraViewMatrix(Camera* camera)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

CAMERA_CULL_DISTANCE_FAR
enum CAMERA_CULL_DISTANCE_FAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CAMERA_CULL_DISTANCE_NEAR
enum CAMERA_CULL_DISTANCE_NEAR;

rcamera - Basic camera system with support for multiple camera modes

Meta