瀏覽代碼

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

Fix camera fov comment since full fov is stored
Kim Kulling 4 年之前
父節點
當前提交
64d5f21627
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/assimp/camera.h

+ 1 - 1
include/assimp/camera.h

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