mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Review rlglUnproject() system
This commit is contained in:
@ -312,6 +312,7 @@ typedef struct Camera {
|
||||
Vector3 position;
|
||||
Vector3 target;
|
||||
Vector3 up;
|
||||
//float fovy; // Field-Of-View apperture in Y (degrees)
|
||||
} Camera;
|
||||
|
||||
// Bounding box type
|
||||
|
||||
Reference in New Issue
Block a user