From 3cc43abab07971349c8f6c7b40179485cf430442 Mon Sep 17 00:00:00 2001 From: Florent Guiocheau Date: Mon, 2 Dec 2024 12:11:20 +0100 Subject: [PATCH] Document inverse aspect ratio convention of `Projection::get_fovy()` --- doc/classes/Projection.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml index 091e0bf54f4..d32fdc9bb8f 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -194,6 +194,7 @@ Returns the vertical field of view of the projection (in degrees) associated with the given horizontal field of view (in degrees) and aspect ratio. + [b]Note:[/b] Unlike most methods of [Projection], [param aspect] is expected to be 1 divided by the X:Y aspect ratio.