- 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.