From 9edaf7a47b02bd351c400f0c6aec517884449551 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 20 May 2024 15:45:31 +0300 Subject: Use GetApplicationDirectory instead of GetWorkingDirectory for basePath if no path argument given. --- API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index 36927e6..c7f17d8 100644 --- a/API.md +++ b/API.md @@ -5385,9 +5385,9 @@ Note: angle must be provided in radians > RL.Camera3DPitch( camera3D camera, float angle, bool lockView, bool rotateAroundTarget, bool rotateUp ) Rotates the camera around it's right vector, pitch is "looking up and down" - - lockView prevents camera overrotation (aka "somersaults") - - rotateAroundTarget defines if rotation is around target or around it's position - - rotateUp rotates the up direction as well (typically only usefull in CAMERA_FREE) +- lockView prevents camera overrotation (aka "somersaults") +- rotateAroundTarget defines if rotation is around target or around it's position +- rotateUp rotates the up direction as well (typically only usefull in CAMERA_FREE) NOTE: angle must be provided in radians --- -- cgit v1.2.3