classref: Sync with current master branch (ab6c6ee)

This commit is contained in:
Godot Organization
2025-10-25 03:26:32 +00:00
parent e11d59a2ee
commit df22cbda0a
33 changed files with 789 additions and 171 deletions
+2
View File
@@ -641,6 +641,8 @@ Specifies the smooth group to use for the *next* vertex. If this is never called
Specifies a tangent to use for the *next* vertex. If every vertex needs to have this information set and you fail to submit it for the first vertex, this information may not be used at all.
\ **Note:** Even though ``tangent`` is a :ref:`Plane<class_Plane>`, it does not directly represent the tangent plane. Its :ref:`Plane.x<class_Plane_property_x>`, :ref:`Plane.y<class_Plane_property_y>`, and :ref:`Plane.z<class_Plane_property_z>` represent the tangent vector and :ref:`Plane.d<class_Plane_property_d>` should be either ``-1`` or ``1``. See also :ref:`Mesh.ARRAY_TANGENT<class_Mesh_constant_ARRAY_TANGENT>`.
.. rst-class:: classref-item-separator
----