From ee3cd87a7f21313c065d6c44da4aa2f72b6af2cf Mon Sep 17 00:00:00 2001 From: Arjun-explores-Arjun-learns Date: Wed, 28 Jan 2026 22:02:51 +0530 Subject: [PATCH] docs:clarify Camera3D.set_frustum size parameter --- doc/classes/Camera3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Camera3D.xml b/doc/classes/Camera3D.xml index d7ef4320ce..d2b225127e 100644 --- a/doc/classes/Camera3D.xml +++ b/doc/classes/Camera3D.xml @@ -119,7 +119,7 @@ - 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].