浏览代码

Merge pull request #99921 from Flarkk/aspect_ratio_convention

Document inverse aspect ratio convention of `Projection::get_fovy()`
Rémi Verschelde 8 月之前
父节点
当前提交
282c2c8490
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Projection.xml

+ 1 - 0
doc/classes/Projection.xml

@@ -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">