Merge pull request #115514 from Arjun-explores-Arjun-learn/clarify-camera3d-frustum-size
Clarify `Camera3D.set_frustum()` size parameter
This commit is contained in:
commit
30873435b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue