Review rlglUnproject() system

This commit is contained in:
raysan5
2016-03-02 17:13:31 +01:00
parent 4011c13d4b
commit 4476a9e241
5 changed files with 37 additions and 66 deletions

View File

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