Sync classref with 3.2 branch

This commit is contained in:
Rémi Verschelde
2020-04-27 10:24:27 +02:00
parent c0cc4698f8
commit 19329329de
15 changed files with 43 additions and 8 deletions

View File

@@ -33,6 +33,10 @@ Below is an example of how MeshDataTool may be used.
mesh.surface_remove(0)
mdt.commit_to_surface(mesh)
See also :ref:`ArrayMesh<class_ArrayMesh>`, :ref:`ImmediateGeometry<class_ImmediateGeometry>` and :ref:`SurfaceTool<class_SurfaceTool>` for procedural geometry generation.
**Note:** Godot uses clockwise `winding order <https://learnopengl.com/Advanced-OpenGL/Face-culling>`_ for front faces of triangle primitive modes.
Methods
-------