mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 02:52:28 -05:00
Document inverse aspect ratio convention of Projection::get_fovy()
This commit is contained in:
parent
893bbdfde8
commit
3cc43abab0
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@
|
||||||
<param index="1" name="aspect" type="float" />
|
<param index="1" name="aspect" type="float" />
|
||||||
<description>
|
<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.
|
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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_lod_multiplier" qualifiers="const">
|
<method name="get_lod_multiplier" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue