diff options
| author | raysan5 <[email protected]> | 2016-03-02 17:13:31 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-03-02 17:13:31 +0100 |
| commit | 4476a9e241b952f631afb6c8c3f3c69a481219e3 (patch) | |
| tree | 475267bb8a8c2b6e5286d15f2253e8fcf10e36a7 /src/raylib.h | |
| parent | 4011c13d4b0b7a684def27bac29f084085bf87a5 (diff) | |
| download | raylib-4476a9e241b952f631afb6c8c3f3c69a481219e3.tar.gz raylib-4476a9e241b952f631afb6c8c3f3c69a481219e3.zip | |
Review rlglUnproject() system
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h index b7dc1a8c..4f36e203 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -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 |
