Skip to content

Commit

Permalink
RENAME: type to projection #2851
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jan 10, 2023
1 parent ce8000e commit bba6ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rcamera.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
Vector3 target; // Camera target it looks-at
Vector3 up; // Camera up vector (rotation over its axis)
float fovy; // Camera field-of-view apperture in Y (degrees) in perspective, used as near plane width in orthographic
int type; // Camera type, defines projection type: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC
int projection; // Camera type, defines projection type: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC
} Camera3D;

typedef Camera3D Camera; // Camera type fallback, defaults to Camera3D
Expand Down

0 comments on commit bba6ae5

Please sign in to comment.