From 22d131ffefc19bd93cba0df7ba59194d800258c9 Mon Sep 17 00:00:00 2001 From: Denis NICOLAS <73497614+denicolas@users.noreply.github.com> Date: Tue, 15 Feb 2022 19:39:32 +0100 Subject: [PATCH] Fix a typo in Using the MeshDataTool (#5611) --- tutorials/3d/procedural_geometry/meshdatatool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/3d/procedural_geometry/meshdatatool.rst b/tutorials/3d/procedural_geometry/meshdatatool.rst index b72424043..4654c3316 100644 --- a/tutorials/3d/procedural_geometry/meshdatatool.rst +++ b/tutorials/3d/procedural_geometry/meshdatatool.rst @@ -33,7 +33,7 @@ An edge is a connection between any two vertices. Each edge in the edge array co the two vertices it is composed of, and up to two faces that it is contained within. A face is a triangle made up of three vertices and three corresponding edges. Each face in the face array contains -a reference to the three triangles and three edges it is composed of. +a reference to the three vertices and three edges it is composed of. The vertex array contains edges, faces, normals, color, tangent, uv, uv2, bones, and weight information connected with each vertex.