소스 검색

Fix camera fov comment since full fov is stored

dlyr 4 년 전
부모
커밋
1f32743f8b
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;
     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
      *  The field of view angle is the angle between the center
      *  line of the screen and the left or right border.
      *  line of the screen and the left or right border.