mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
Made comments on raylib.h match those present in rcamera.h (#3942)
Signed-off-by: Tomas Fabrizio Orsi <torsi@fi.uba.ar>
This commit is contained in:

committed by
GitHub

parent
f78721991f
commit
80d318461f
10
src/raylib.h
10
src/raylib.h
@@ -913,11 +913,11 @@ typedef enum {
|
|||||||
|
|
||||||
// Camera system modes
|
// Camera system modes
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CAMERA_CUSTOM = 0, // Custom camera
|
CAMERA_CUSTOM = 0, // Camera custom, controlled by user (UpdateCamera() does nothing)
|
||||||
CAMERA_FREE, // Free camera
|
CAMERA_FREE, // Camera free mode
|
||||||
CAMERA_ORBITAL, // Orbital camera
|
CAMERA_ORBITAL, // Camera orbital, around target, zoom supported
|
||||||
CAMERA_FIRST_PERSON, // First person camera
|
CAMERA_FIRST_PERSON, // Camera first person
|
||||||
CAMERA_THIRD_PERSON // Third person camera
|
CAMERA_THIRD_PERSON // Camera third person
|
||||||
} CameraMode;
|
} CameraMode;
|
||||||
|
|
||||||
// Camera projection
|
// Camera projection
|
||||||
|
Reference in New Issue
Block a user