Merge pull request #115514 from Arjun-explores-Arjun-learn/clarify-camera3d-frustum-size

Clarify `Camera3D.set_frustum()` size parameter
This commit is contained in:
Thaddeus Crews 2026-02-06 08:17:44 -06:00
commit 30873435b8
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -119,7 +119,7 @@
<param index="2" name="z_near" type="float" />
<param index="3" name="z_far" type="float" />
<description>
Sets the camera projection to frustum mode (see [constant PROJECTION_FRUSTUM]), by specifying a [param size], an [param offset], and the [param z_near] and [param z_far] clip planes in world space units. See also [member frustum_offset].
Sets the camera projection to frustum mode (see [constant PROJECTION_FRUSTUM]), by specifying a [param size], an [param offset], and the [param z_near] and [param z_far] clip planes in world space units. The [param size] parameter represents the size of the near plane, either its width or height depending on the value of [member keep_aspect]. See also [member frustum_offset].
</description>
</method>
<method name="set_orthogonal">