diff --git a/classes/class_camera3d.rst b/classes/class_camera3d.rst index a29482fd75b..305d901b010 100644 --- a/classes/class_camera3d.rst +++ b/classes/class_camera3d.rst @@ -698,6 +698,8 @@ Based on ``value``, enables or disables the specified layer in the :ref:`cull_ma Sets the camera projection to frustum mode (see :ref:`PROJECTION_FRUSTUM`), by specifying a ``size``, an ``offset``, and the ``z_near`` and ``z_far`` clip planes in world space units. See also :ref:`frustum_offset`. +\ **Note:** The ``size`` defines the size of the near plane. It is the height or width, according to the value of :ref:`keep_aspect` + .. rst-class:: classref-item-separator ----