diff --git a/src/camera.rs b/src/camera.rs index 8e8c6664..998b3e43 100644 --- a/src/camera.rs +++ b/src/camera.rs @@ -160,7 +160,7 @@ pub struct Camera3D { pub target: Vec3, /// Camera up vector (rotation over its axis). pub up: Vec3, - /// Camera field-of-view aperture in Y (degrees) + /// Camera field-of-view aperture in Y (radians) /// in perspective, used as near plane width in orthographic. pub fovy: f32, /// Screen aspect ratio.