Merge pull request #3912 from dlyr/fix-fov-doc

Fix camera fov comment since full fov is stored
pull/3894/head^2
Kim Kulling 2021-05-27 10:41:01 +02:00 committed by GitHub
commit 64d5f21627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ struct aiCamera
*/
C_STRUCT aiVector3D mLookAt;
/** Half horizontal field of view angle, in radians.
/** Horizontal field of view angle, in radians.
*
* The field of view angle is the angle between the center
* line of the screen and the left or right border.