diff options
Diffstat (limited to 'viewpoint.h')
-rw-r--r-- | viewpoint.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewpoint.h b/viewpoint.h index 0aae5db..6e5178c 100644 --- a/viewpoint.h +++ b/viewpoint.h @@ -3,8 +3,8 @@ #include "vector.h" -// 90 degrees -#define FOV 3.1415/2 +// 100 degrees +#define FOV 1.74533 typedef struct { // Viewpoint dimensions |