From aaea6280e7ca71067c067d45dafcd7903f3a5b4b Mon Sep 17 00:00:00 2001 From: Alexander Pruss Date: Mon, 2 Nov 2020 14:42:42 +0100 Subject: [PATCH] Clarify "source" mesh in Using MultiMeshInstance (#4334) I found the original sentence confusing because the word "mesh" is used twice, referring to different nodes. > One node is used as the target, the mesh that you want to place multiple meshes on. This target mesh is referred to in the tools and later on in the docs as the surface mesh, so I figure we might as well call it that right away - > One node is used as the target, the **surface** mesh that you want to place multiple meshes on. --- tutorials/3d/using_multi_mesh_instance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/3d/using_multi_mesh_instance.rst b/tutorials/3d/using_multi_mesh_instance.rst index f97d85c60..2fe58c723 100644 --- a/tutorials/3d/using_multi_mesh_instance.rst +++ b/tutorials/3d/using_multi_mesh_instance.rst @@ -25,7 +25,7 @@ Setting up the nodes The basic setup requires three nodes: the MultiMeshInstance node and two MeshInstance nodes. -One node is used as the target, the mesh that you want to place multiple meshes +One node is used as the target, the surface mesh that you want to place multiple meshes on. In the tree example, this would be the landscape. The other node is used as the source, the mesh that you want to have duplicated.