1
0
Fork 0

Merge pull request #99921 from Flarkk/aspect_ratio_convention

Document inverse aspect ratio convention of `Projection::get_fovy()`
This commit is contained in:
Rémi Verschelde 2025-01-06 22:47:20 +01:00
commit 282c2c8490
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@
<param index="1" name="aspect" type="float" />
<description>
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.
</description>
</method>
<method name="get_lod_multiplier" qualifiers="const">